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