X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fpopen.c;h=ed20f5a1f017c4415303940e435ce61b9caff7b1;hb=b088f85582d8787911ef48449574bed4131b44a2;hp=ca3cdf9d5e1e75ec0d1a8561c22b353455677585;hpb=f1b23d41cff432a8d0939af427fa005b4a4f95d7;p=musl diff --git a/src/stdio/popen.c b/src/stdio/popen.c index ca3cdf9d..ed20f5a1 100644 --- a/src/stdio/popen.c +++ b/src/stdio/popen.c @@ -1,4 +1,7 @@ #include +#include +#include +#include #include "stdio_impl.h" #include "pthread_impl.h" #include "syscall.h"