diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index bc110cc7022b..9d026d81d8c8 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -36,6 +36,8 @@ | |||
36 | #include <net/sock.h> | 36 | #include <net/sock.h> |
37 | #include <net/snmp.h> | 37 | #include <net/snmp.h> |
38 | #include <net/ip.h> | 38 | #include <net/ip.h> |
39 | #include <net/tcp_states.h> | ||
40 | |||
39 | #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) | 41 | #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) |
40 | #include <linux/ipv6.h> | 42 | #include <linux/ipv6.h> |
41 | #endif | 43 | #endif |