* [PATCH 8/12] fix compile error (missing include)
@ 2007-06-19 22:50 Andreas Herrmann
0 siblings, 0 replies; only message in thread
From: Andreas Herrmann @ 2007-06-19 22:50 UTC (permalink / raw)
To: linux-kernel
Fix compile error:
In file included from drivers/infiniband/core/addr.c:32:
include/linux/inetdevice.h:15: error: '__NET_IPV4_CONF_MAX' undeclared here (not in a function)
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
---
include/linux/inetdevice.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h
index ae04901..d83fee2 100644
--- a/include/linux/inetdevice.h
+++ b/include/linux/inetdevice.h
@@ -8,6 +8,7 @@
#include <linux/netdevice.h>
#include <linux/rcupdate.h>
#include <linux/timer.h>
+#include <linux/sysctl.h>
struct ipv4_devconf
{
--
1.5.0.7
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-19 22:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19 22:50 [PATCH 8/12] fix compile error (missing include) Andreas Herrmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®