summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_physdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter/xt_physdev.h')
-rw-r--r--include/linux/netfilter/xt_physdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_physdev.h b/include/linux/netfilter/xt_physdev.h
index 7d53660a..8555e399 100644
--- a/include/linux/netfilter/xt_physdev.h
+++ b/include/linux/netfilter/xt_physdev.h
@@ -3,6 +3,9 @@
#include <linux/types.h>
+#ifdef __KERNEL__
+#include <linux/if.h>
+#endif
#define XT_PHYSDEV_OP_IN 0x01
#define XT_PHYSDEV_OP_OUT 0x02