clean up sloppy nested inclusion from pthread_impl.h
[musl] / src / stdio / popen.c
index ca3cdf9..ed20f5a 100644 (file)
@@ -1,4 +1,7 @@
 #include <fcntl.h>
+#include <unistd.h>
+#include <errno.h>
+#include <string.h>
 #include "stdio_impl.h"
 #include "pthread_impl.h"
 #include "syscall.h"