summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/include/octtype.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/software/include/octtype.h b/software/include/octtype.h
index c8f46d4..9cba68f 100644
--- a/software/include/octtype.h
+++ b/software/include/octtype.h
@@ -140,9 +140,7 @@ typedef unsigned int * PUINT;
typedef PSZ * PPSZ;
-#ifndef NULL
-#define NULL 0
-#endif
+#include <linux/stddef.h>
#endif