aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <[email protected]>2007-07-06 00:06:21 +0000
committerDavid S. Miller <[email protected]>2007-07-06 00:40:27 +0000
commit94b83419e5b56a87410fd9c9939f0081fc155d65 (patch)
treec5237a5437c466ab69dd47d48e7362380e99318f
parent[NETFILTER]: nf_conntrack_h323: add checking of out-of-range on choices' inde... (diff)
downloadkernel-94b83419e5b56a87410fd9c9939f0081fc155d65.tar.gz
kernel-94b83419e5b56a87410fd9c9939f0081fc155d65.zip
[NET]: net/core/netevent.c should #include <net/netevent.h>
Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/core/netevent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/netevent.c b/net/core/netevent.c
index 35d02c38554e..95f81de87502 100644
--- a/net/core/netevent.c
+++ b/net/core/netevent.c
@@ -15,6 +15,7 @@
#include <linux/rtnetlink.h>
#include <linux/notifier.h>
+#include <net/netevent.h>
static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);