summaryrefslogtreecommitdiff
path: root/src/stdio/fputc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fputc.c')
-rw-r--r--src/stdio/fputc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c
index 2d748751..c392a19c 100644
--- a/src/stdio/fputc.c
+++ b/src/stdio/fputc.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "nonstd/io.h"
+#include "_stdio.h"
#if defined _POSIX_SOURCE || defined _POSIX_C_SOURCE || defined _XOPEN_SOURCE
#include "sys/types.h"