From 8b1380b63d62a1e1858a102fb36c2078697581ec Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:01:03 -0500 Subject: eliminate nonstd/io.h --- src/stdio/ferror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/ferror.c') 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 #include "nonstd/assert.h" -#include "nonstd/io.h" +#include "_stdio.h" /** tests the file stream error indicator **/ int ferror(FILE *stream) -- cgit v1.2.1