diff options
Diffstat (limited to 'src/stdio/sscanf_s.c')
-rw-r--r-- | src/stdio/sscanf_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/sscanf_s.c b/src/stdio/sscanf_s.c index 08bbd6e5..159b2893 100644 --- a/src/stdio/sscanf_s.c +++ b/src/stdio/sscanf_s.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdarg.h> #include <string.h> -#include "_stdio.h" +#include "_format.h" /** read formatted input from a string **/ int sscanf_s(const char * restrict s, const char * restrict format, ...) |