aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/netevent.c')
-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 865f0ceb81fb..f17ccd291d39 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 <linux/export.h>
18#include <net/netevent.h> 19#include <net/netevent.h>
19 20
20static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain); 21static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);