[PATCH] Include <linux/stddef.h> in <linux/list.h>

From: Miles Bader (miles@lsi.nec.co.jp)
Date: Wed Mar 05 2003 - 02:31:10 EST


The latter uses `NULL' from the former.

diff -ruN -X../cludes linux-2.5.64-moo.orig/include/linux/list.h linux-2.5.64-moo/include/linux/list.h
--- linux-2.5.64-moo.orig/include/linux/list.h 2003-03-05 13:08:12.000000000 +0900
+++ linux-2.5.64-moo/include/linux/list.h 2003-03-05 14:49:31.000000000 +0900
@@ -3,6 +3,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/stddef.h>
 #include <linux/prefetch.h>
 #include <asm/system.h>
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:27 EST