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