summaryrefslogtreecommitdiff
path: root/src/stdio/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sprintf.c')
-rw-r--r--src/stdio/sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/sprintf.c b/src/stdio/sprintf.c
index bf5f5b6c..9e651adb 100644
--- a/src/stdio/sprintf.c
+++ b/src/stdio/sprintf.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include "stdarg.h"
-#include "nonstd/io.h"
+#include "_stdio.h"
#if defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
#include "stdint.h"