chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / includes / lunaix / common.h
index 3ed90f8cd54a4c01856405da9f5487e317e87f64..4b2880c4b31ae2ce701c1e7cf763366172fd5690 100644 (file)
@@ -32,7 +32,7 @@
 #define UMMAP_END (USTACK_END - MEM_4MB)
 
 #ifndef __ASM__
-#include <stddef.h>
+#include <lunaix/types.h>
 // From Linux kernel v2.6.0 <kernel.h:194>
 /**
  * container_of - cast a member of a structure out to the containing structure