fix indention with spaces in powerpc asm
[oweals/musl.git] / src / stdio / popen.c
index ca3cdf9d5e1e75ec0d1a8561c22b353455677585..ed20f5a1f017c4415303940e435ce61b9caff7b1 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"