summaryrefslogtreecommitdiff
path: root/68000/include
diff options
context:
space:
mode:
Diffstat (limited to '68000/include')
-rw-r--r--68000/include/u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/68000/include/u.h b/68000/include/u.h
index 445edbfb4..fe9f79723 100644
--- a/68000/include/u.h
+++ b/68000/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;