summaryrefslogtreecommitdiff
path: root/68020/include
diff options
context:
space:
mode:
Diffstat (limited to '68020/include')
-rw-r--r--68020/include/u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/68020/include/u.h b/68020/include/u.h
index d4942b8fb..1eb2754db 100644
--- a/68020/include/u.h
+++ b/68020/include/u.h
@@ -6,6 +6,7 @@ typedef unsigned int uint;
typedef signed char schar;
typedef long long vlong;
typedef unsigned long long uvlong;
+typedef long intptr;
typedef unsigned long uintptr;
typedef unsigned long usize;
typedef uint Rune;