summaryrefslogtreecommitdiff
path: root/src/stdio/vfscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vfscanf.c')
-rw-r--r--src/stdio/vfscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c
index 6c0f97ee..ad9f5614 100644
--- a/src/stdio/vfscanf.c
+++ b/src/stdio/vfscanf.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "nonstd/io.h"
+#include "_stdio.h"
int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg)
{