summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-03-30 22:23:34 +0000
committertedu <tedu@openbsd.org>2003-03-30 22:23:34 +0000
commit9b1c5828cd459d9caf4ad41517ae7ef28a4feabf (patch)
tree4e443170485a79ed926c2f27a1c0e6cc872da54c /sys/netinet/tcp_debug.c
parentmore asprintf; millert ok (diff)
downloadwireguard-openbsd-9b1c5828cd459d9caf4ad41517ae7ef28a4feabf.tar.xz
wireguard-openbsd-9b1c5828cd459d9caf4ad41517ae7ef28a4feabf.zip
let this compile with TCPDEBUG
ok millert@ deraadt@
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r--sys/netinet/tcp_debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index c87a30c8727..c6fd8778450 100644
--- a/sys/netinet/tcp_debug.c
+++ b/sys/netinet/tcp_debug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_debug.c,v 1.12 2002/06/09 16:26:11 itojun Exp $ */
+/* $OpenBSD: tcp_debug.c,v 1.13 2003/03/30 22:23:34 tedu Exp $ */
/* $NetBSD: tcp_debug.c,v 1.10 1996/02/13 23:43:36 christos Exp $ */
/*
@@ -84,6 +84,7 @@
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
+#include <sys/protosw.h>
#include <net/route.h>
#include <net/if.h>
@@ -98,6 +99,7 @@
#include <netinet/tcp_var.h>
#include <netinet/tcpip.h>
#include <netinet/tcp_debug.h>
+#include <netinet/tcp_fsm.h>
#ifdef INET6
#ifndef INET