summaryrefslogtreecommitdiff
path: root/src/stdio/ferror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ferror.c')
-rw-r--r--src/stdio/ferror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c
index 609f7640..9d427e1f 100644
--- a/src/stdio/ferror.c
+++ b/src/stdio/ferror.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include "nonstd/assert.h"
-#include "nonstd/io.h"
+#include "_stdio.h"
/** tests the file stream error indicator **/
int ferror(FILE *stream)