summaryrefslogtreecommitdiff
path: root/src/stdio/clearerr.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-03-04 03:01:03 -0500
committerJakob Kaivo <jkk@ung.org>2020-03-04 03:01:03 -0500
commit8b1380b63d62a1e1858a102fb36c2078697581ec (patch)
tree25da9bd06b12e647b6a3f8543e0e22c88b721459 /src/stdio/clearerr.c
parent30daa2476c5d32f231618037102c7866996e295d (diff)
eliminate nonstd/io.h
Diffstat (limited to 'src/stdio/clearerr.c')
-rw-r--r--src/stdio/clearerr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/clearerr.c b/src/stdio/clearerr.c
index 9b817a97..b15ba362 100644
--- a/src/stdio/clearerr.c
+++ b/src/stdio/clearerr.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "nonstd/io.h"
+#include "_stdio.h"
/** reset file stream error indicator **/
void clearerr(FILE * stream)