]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] include stddef.h in include/linux/list.h
authorGreg Ungerer <gerg@snapgear.com>
Tue, 11 Mar 2003 01:47:54 +0000 (17:47 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Mar 2003 01:47:54 +0000 (17:47 -0800)
This patches add an include to stddef.h into include/linux/list.h.
It uses the NULL define.

include/linux/list.h

index 428c4a40c3ab5b80cf547355177007274e14df0c..3cd4d3bd1ebb0399f51bb89de637bf9f0eed1cbd 100644 (file)
@@ -3,6 +3,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/stddef.h>
 #include <linux/prefetch.h>
 #include <linux/stddef.h>
 #include <asm/system.h>