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

Paul Mackerras (paulus@samba.org)
Mon, 29 Jul 2002 16:16:51 +1000 (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/