summaryrefslogtreecommitdiff
path: root/src/stdio/fread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fread.c')
-rw-r--r--src/stdio/fread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fread.c b/src/stdio/fread.c
index 692e3e18..7929d495 100644
--- a/src/stdio/fread.c
+++ b/src/stdio/fread.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "nonstd/io.h"
+#include "_stdio.h"
/** read directly from a file stream **/
size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream)