diff options
Diffstat (limited to 'net/ax25/ax25_ds_in.c')
| -rw-r--r-- | net/ax25/ax25_ds_in.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_ds_in.c b/net/ax25/ax25_ds_in.c index 8adc0022cf5..5d0f8fb9d7a 100644 --- a/net/ax25/ax25_ds_in.c +++ b/net/ax25/ax25_ds_in.c @@ -23,7 +23,7 @@  #include <linux/skbuff.h>  #include <net/sock.h>  #include <net/ip.h>			/* For ip_rcv */ -#include <net/tcp.h> +#include <net/tcp_states.h>  #include <asm/uaccess.h>  #include <asm/system.h>  #include <linux/fcntl.h>  |