mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] include: list: add include because we need NULL
@ 2011-09-13 13:24 Wolfram Sang
  2011-09-14  8:38 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2011-09-13 13:24 UTC (permalink / raw)
  To: barebox

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
 include/linux/list.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/list.h b/include/linux/list.h
index 8af1eeb..1a4cbc4 100644
--- a/include/linux/list.h
+++ b/include/linux/list.h
@@ -1,6 +1,8 @@
 #ifndef _LINUX_LIST_H
 #define _LINUX_LIST_H
 
+#include <linux/stddef.h> /* for NULL */
+
 /*
  * Simple doubly linked list implementation.
  *
-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-14  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 13:24 [PATCH] include: list: add include because we need NULL Wolfram Sang
2011-09-14  8:38 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox