aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/startup.h')
-rw-r--r--sysdeps/generic/startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/startup.h b/sysdeps/generic/startup.h
index 45979ab..4b44451 100644
--- a/sysdeps/generic/startup.h
+++ b/sysdeps/generic/startup.h
@@ -19,7 +19,7 @@
/* Targets should override this file if the default definitions below
will not work correctly very early before TLS is initialized. */
-#include <unistd.h>
+#include <stdio.h>
/* Use macro instead of inline function to avoid including <stdio.h>. */
#define _startup_fatal(message) __libc_fatal ((message))