summaryrefslogtreecommitdiff
path: root/src/stdio/ungetc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ungetc.c')
-rw-r--r--src/stdio/ungetc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ungetc.c b/src/stdio/ungetc.c
index 1c32ac1f..5629679a 100644
--- a/src/stdio/ungetc.c
+++ b/src/stdio/ungetc.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "nonstd/io.h"
+#include "_stdio.h"
/** push a character back into an input stream **/
int ungetc(int c, FILE *stream)