summaryrefslogtreecommitdiff
path: root/src/stdio/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/popen.c')
-rw-r--r--src/stdio/popen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/popen.c b/src/stdio/popen.c
index ab9b1663..201800a7 100644
--- a/src/stdio/popen.c
+++ b/src/stdio/popen.c
@@ -6,7 +6,7 @@
#include "unistd.h"
#include "nonstd/assert.h"
-#include "nonstd/io.h"
+#include "_stdio.h"
FILE * popen(const char * command, const char * mode)
{