summaryrefslogtreecommitdiff
path: root/src/stdio/sscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sscanf.c')
-rw-r--r--src/stdio/sscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/sscanf.c b/src/stdio/sscanf.c
index 02939338..10a08447 100644
--- a/src/stdio/sscanf.c
+++ b/src/stdio/sscanf.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include "stdarg.h"
-#include "nonstd/io.h"
+#include "_stdio.h"
/** read formatted input from a string **/
int sscanf(const char * restrict s, const char * restrict format, ...)