]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/netfilter/xt_connlimit.c
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux.git] / net / netfilter / xt_connlimit.c
index bc6c8ab0fa6271023065680e110c63b7549bfed1..46fcac75f7268678019e4d79900e8ef39a47d6f4 100644 (file)
@@ -13,6 +13,8 @@
  */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#include <linux/ip.h>
+#include <linux/ipv6.h>
 #include <linux/module.h>
 #include <linux/skbuff.h>
 #include <linux/netfilter/x_tables.h>