From 2ee45d7d28537a84a31b34e9265646a4a6619230 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 11 Mar 1996 15:13:58 +0000 Subject: Move or add #include in preparation for upcoming struct socket changes. --- sys/netinet/tcp_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/tcp_input.c') diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index b5cc0bb396ef..177b98f48c6f 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,11 +31,12 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 - * $Id: tcp_input.c,v 1.36 1996/02/22 11:46:39 davidg Exp $ + * $Id: tcp_input.c,v 1.37 1996/02/26 21:47:10 guido Exp $ */ #ifndef TUBA_INCLUDE #include +#include #include #include #include @@ -45,7 +46,6 @@ #include #include #include -#include #include /* before tcp_seq.h, for tcp_random18() */ -- cgit v1.2.3