summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorAndras Olah <olah@FreeBSD.org>1995-04-19 10:26:04 +0000
committerAndras Olah <olah@FreeBSD.org>1995-04-19 10:26:04 +0000
commitc4575b24162b54ededd87ed36d812429cc3492df (patch)
tree215f070ece04f95ddb888c74e48fe957567ebf6c /sys/netinet/tcp_debug.c
parente7bf085313f1744c26a1a936686595776c114bd3 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r--sys/netinet/tcp_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index f2c2e1d107d13..cef966cc73287 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.2 1994/08/02 07:48:54 davidg Exp $
+ * $Id: tcp_debug.c,v 1.3 1995/02/09 23:13:22 wollman Exp $
*/
#ifdef TCPDEBUG
@@ -49,6 +49,7 @@
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/errno.h>
+#include <sys/queue.h>
#include <net/route.h>
#include <net/if.h>