X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fpclose.c;h=080a426245b67be80d5066a539d2b6fabcf20b4f;hb=96fbcf7d80f469e39d1dd12533f8bb8d13b64fe5;hp=7fb76ed42622f92f2cdb3a8f9ee04bc583d43db8;hpb=1af8c255040b3e1ba4913fd935d117490bfe8774;p=musl diff --git a/src/stdio/pclose.c b/src/stdio/pclose.c index 7fb76ed4..080a4262 100644 --- a/src/stdio/pclose.c +++ b/src/stdio/pclose.c @@ -1,5 +1,6 @@ #include "stdio_impl.h" -#include "syscall.h" +#include +#include int pclose(FILE *f) {