diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
| commit | 8b1380b63d62a1e1858a102fb36c2078697581ec (patch) | |
| tree | 25da9bd06b12e647b6a3f8543e0e22c88b721459 /src/stdio/ferror.c | |
| parent | 30daa2476c5d32f231618037102c7866996e295d (diff) | |
eliminate nonstd/io.h
Diffstat (limited to 'src/stdio/ferror.c')
| -rw-r--r-- | src/stdio/ferror.c | 2 |
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) |
