diff options
Diffstat (limited to 'src/stdio/sscanf.c')
-rw-r--r-- | src/stdio/sscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/sscanf.c b/src/stdio/sscanf.c index 4fab8b61..c9f1c1f6 100644 --- a/src/stdio/sscanf.c +++ b/src/stdio/sscanf.c @@ -1,7 +1,7 @@ #include <stdarg.h> #include <stdio.h> #include <string.h> -#include "_stdio.h" +#include "_format.h" /** read formatted input from a string **/ |