summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-01 02:09:10 -0800
committerYamaArashi <shadow962@live.com>2016-02-01 02:09:10 -0800
commit6f965a9eca507c27049fbd90a57f620b63c92d6d (patch)
tree4abd3f69ee39faea15a2aa52dd5a0a091d18e3d9 /include/global.h
parent32ec0474b05b36e6b0ad0354ae0e91a3b69f5bc5 (diff)
librtc
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index fec0500f7..0c7fef66e 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,6 +1,8 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
+#include <stddef.h>
+
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
@@ -22,8 +24,6 @@ typedef u8 bool8;
typedef u16 bool16;
typedef u32 bool32;
-#define NULL (void *)0
-
#define TRUE 1
#define FALSE 0