diff options
Diffstat (limited to 'src/stdio/popen.c')
| -rw-r--r-- | src/stdio/popen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdio/popen.c b/src/stdio/popen.c index 201800a7..04918003 100644 --- a/src/stdio/popen.c +++ b/src/stdio/popen.c @@ -8,6 +8,10 @@ #include "nonstd/assert.h" #include "_stdio.h" +#ifdef __STDC_VERSION__ +#include "wchar.h" +#endif + FILE * popen(const char * command, const char * mode) { ASSERT_NONNULL(command); |
