X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Fpclose.c;fp=src%2Fstdio%2Fpclose.c;h=080a426245b67be80d5066a539d2b6fabcf20b4f;hp=7fb76ed42622f92f2cdb3a8f9ee04bc583d43db8;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b 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) {