summaryrefslogtreecommitdiff
path: root/src/nonstd/__libc_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/__libc_start.c')
-rw-r--r--src/nonstd/__libc_start.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nonstd/__libc_start.c b/src/nonstd/__libc_start.c
index ca3e8245..4b0b773e 100644
--- a/src/nonstd/__libc_start.c
+++ b/src/nonstd/__libc_start.c
@@ -1,8 +1,7 @@
#include "stdlib.h"
#include "stdio.h"
#include "locale.h"
-
-#include "nonstd/io.h"
+#include "../stdio/_stdio.h"
#ifdef _POSIX_SOURCE
#define DEFAULT_LOCALE "POSIX"