summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtposix.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt64/crtposix.c')
-rw-r--r--crt/nt64/crtposix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crt/nt64/crtposix.c b/crt/nt64/crtposix.c
index f8e7664..498d301 100644
--- a/crt/nt64/crtposix.c
+++ b/crt/nt64/crtposix.c
@@ -1,5 +1,6 @@
#include <unistd.h>
#include <stdint.h>
+#include "crtinit.h"
#include "psxglue.h"
-const int __crtopt_posix = __PSXOPT_POSIX;
+const int __hidden __crtopt_posix = __PSXOPT_POSIX;