summaryrefslogtreecommitdiff
path: root/src/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/types.h b/src/include/types.h
index e7c1a35..373a3b5 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -11,6 +11,7 @@ typedef short int16_t;
typedef char int8_t;
typedef long unsigned int size_t;
+typedef long int ptrdiff_t;
#define NULL 0