summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrtldso.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-05 22:21:30 -0500
committermidipix <writeonce@midipix.org>2017-11-05 22:38:13 -0500
commit6f8ae442bbadc51a12ad6ce8fc94461bb1e632e8 (patch)
tree626b8589a247218ff422b1cfddfee21cbb8ec57e /crt/nt64/Scrtldso.c
parente6ac10e460aefea0c6215699db45a27870291705 (diff)
downloadmmglue-6f8ae442bbadc51a12ad6ce8fc94461bb1e632e8.tar.bz2
mmglue-6f8ae442bbadc51a12ad6ce8fc94461bb1e632e8.tar.xz
psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.
Diffstat (limited to 'crt/nt64/Scrtldso.c')
-rw-r--r--crt/nt64/Scrtldso.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c
index c3130b8..936a9d2 100644
--- a/crt/nt64/Scrtldso.c
+++ b/crt/nt64/Scrtldso.c
@@ -1,3 +1,5 @@
+#include <unistd.h>
+#include <stdint.h>
#include "psxglue.h"
const int __crtopt_ldso = __PSXOPT_LDSO;