summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorolah <olah@FreeBSD.org>1995-04-19 10:26:04 +0000
committerolah <olah@FreeBSD.org>1995-04-19 10:26:04 +0000
commit81afb19f8526556087a987660d728c4498963a9e (patch)
tree215f070ece04f95ddb888c74e48fe957567ebf6c /sys/netinet/tcp_debug.c
parentc25099ace8a9cd978e57aeaa77425387cd82e6dd (diff)
downloadFreeBSD-src-81afb19f8526556087a987660d728c4498963a9e.zip
FreeBSD-src-81afb19f8526556087a987660d728c4498963a9e.tar.gz
Include <sys/queue.h> because <netinet/in_pcb.h> (also included
later in tcp_debug.c) requires it due to the pcb changes of DavidG.
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 f2c2e1d..cef966c 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>
OpenPOWER on IntegriCloud