diff options
| -rw-r--r-- | net/netfilter/xt_length.c | 1 | ||||
| -rw-r--r-- | net/netfilter/xt_tcpudp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/netfilter/xt_length.c b/net/netfilter/xt_length.c index ab6c710cf88f..39c8faea63de 100644 --- a/net/netfilter/xt_length.c +++ b/net/netfilter/xt_length.c | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include <linux/module.h> | 9 | #include <linux/module.h> |
| 10 | #include <linux/skbuff.h> | 10 | #include <linux/skbuff.h> |
| 11 | #include <linux/ipv6.h> | ||
| 11 | #include <net/ip.h> | 12 | #include <net/ip.h> |
| 12 | 13 | ||
| 13 | #include <linux/netfilter/xt_length.h> | 14 | #include <linux/netfilter/xt_length.h> |
diff --git a/net/netfilter/xt_tcpudp.c b/net/netfilter/xt_tcpudp.c index 33f86fd6f3e6..669c8113cc60 100644 --- a/net/netfilter/xt_tcpudp.c +++ b/net/netfilter/xt_tcpudp.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include <linux/types.h> | 1 | #include <linux/types.h> |
| 2 | #include <linux/module.h> | 2 | #include <linux/module.h> |
| 3 | #include <net/ip.h> | 3 | #include <net/ip.h> |
| 4 | #include <linux/ipv6.h> | ||
| 4 | #include <net/ipv6.h> | 5 | #include <net/ipv6.h> |
| 5 | #include <net/tcp.h> | 6 | #include <net/tcp.h> |
| 6 | #include <net/udp.h> | 7 | #include <net/udp.h> |
