Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cbc4ab5 authored by Joe's avatar Joe Committed by David S. Miller
Browse files

[NETFILTER]: ipt_helper.c needs linux/interrupt.h



From: Joe <joecool1029@gmail.com>

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee02b3a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
#include <linux/interrupt.h>
#if defined(CONFIG_IP_NF_CONNTRACK) || defined(CONFIG_IP_NF_CONNTRACK_MODULE)
#include <linux/netfilter_ipv4/ip_conntrack.h>
#include <linux/netfilter_ipv4/ip_conntrack_core.h>