diff options
author | David Greenman <dg@FreeBSD.org> | 1996-03-11 15:13:58 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1996-03-11 15:13:58 +0000 |
commit | 2ee45d7d28537a84a31b34e9265646a4a6619230 (patch) | |
tree | 8131f2e64719612e5046cbe2749be959f6738448 /sys/netinet/tcp_debug.c | |
parent | 0b802df847d086d394b29ed863fa53e347d64611 (diff) |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r-- | sys/netinet/tcp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 367aabb3fe15..b749368cb6e0 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.c,v 1.4 1995/04/19 10:26:04 olah Exp $ + * $Id: tcp_debug.c,v 1.5 1995/11/14 20:34:24 phk Exp $ */ #ifdef TCPDEBUG @@ -43,13 +43,13 @@ #endif #include <sys/param.h> +#include <sys/queue.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/protosw.h> #include <sys/errno.h> -#include <sys/queue.h> #include <net/route.h> #include <net/if.h> |