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

Miles Bader (miles@lsi.nec.co.jp)
Wed, 5 Mar 2003 16:31:10 +0900 (JST)


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/