summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nonstd/__libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c
index 168ad32c..354dee9b 100644
--- a/src/nonstd/__libc.c
+++ b/src/nonstd/__libc.c
@@ -1,7 +1,7 @@
#include "sys/types.h"
#include <nonstd/internal.h>
-#include "locale.h"
#include "nonstd/locale.h"
+#include "nonstd/io.h"
#include "_printf.h"
#include "_scanf.h"