[PATCH] fix include/linux/timer.h compile

From: Paul Mackerras (paulus@samba.org)
Date: Mon Jul 29 2002 - 01:16:51 EST


include/linux/timer.h needs to include <linux/stddef.h>
to get the definition of NULL.

Paul.

diff -urN linux-2.5/include/linux/timer.h pmac-2.5/include/linux/timer.h
--- linux-2.5/include/linux/timer.h Mon Jun 24 23:59:11 2002
+++ pmac-2.5/include/linux/timer.h Thu Jul 25 21:58:42 2002
@@ -2,6 +2,7 @@
 #define _LINUX_TIMER_H
 
 #include <linux/config.h>
+#include <linux/stddef.h>
 #include <linux/list.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 : Tue Jul 30 2002 - 14:00:31 EST