]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Fix a compile error on recent systems
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 24 May 2013 15:06:52 +0000 (17:06 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 24 May 2013 15:08:12 +0000 (17:08 +0200)
src/misclibs/rbtree/rbtree.h

index a4e4c3b8fe5c88ebb1421f1ab3704bbe5e078322..8446e96c36fb20acc80cc99832840c21a98e5426 100644 (file)
@@ -96,6 +96,7 @@ static inline struct page * rb_insert_page_cache(struct inode * inode,
 
 #include <linux/kernel.h>
 #include <linux/stddef.h>
+#include <stddef.h>            /* For NULL */
 
 #ifdef __cplusplus
 extern "C" {