aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
15 15
16#include <linux/rtnetlink.h> 16#include <linux/rtnetlink.h>
17#include <linux/notifier.h> 17#include <linux/notifier.h>
18#include <net/netevent.h>
18 19
19static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain); 20static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);
20 21