Reworking usermode/libc to closer C compliance
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / common.h
index 941baf3..8fa626a 100644 (file)
@@ -7,8 +7,7 @@
 #ifndef _COMMON_H
 #define _COMMON_H
 
-#define        NULL    ((void*)0)
-
+#include <stddef.h>
 #include <stdarg.h>
 
 // HACK: Replace with underscored

UCC git Repository :: git.ucc.asn.au