summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index ef7fdec..fd8d790 100644
--- a/include/types.h
+++ b/include/types.h
@@ -19,6 +19,9 @@
*
*/
+#ifndef __NEAR_TYPES_H
+#define __NEAR_TYPES_H
+
#ifndef FALSE
#define FALSE (0)
#endif
@@ -28,4 +31,7 @@
#endif
typedef int near_bool_t;
+typedef unsigned char near_uint8_t;
+typedef unsigned short near_uint16_t;
+#endif