aboutsummaryrefslogtreecommitdiff
path: root/regnual/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'regnual/types.h')
-rw-r--r--regnual/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regnual/types.h b/regnual/types.h
index ed28a12..cef27e8 100644
--- a/regnual/types.h
+++ b/regnual/types.h
@@ -3,6 +3,7 @@ typedef unsigned long size_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
+typedef unsigned int uintptr_t;
#define TRUE 1
#define FALSE 0