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