[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070619225050.GJ5193@alberich.amd.com>
Date: Wed, 20 Jun 2007 00:50:50 +0200
From: "Andreas Herrmann" <andreas.herrmann3@....com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 8/12] fix compile error (missing include)
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@....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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists