summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-03-11 15:13:58 +0000
committerdg <dg@FreeBSD.org>1996-03-11 15:13:58 +0000
commit3f0638f73bd459a7f1a75fb0f6357b469188bb70 (patch)
tree8131f2e64719612e5046cbe2749be959f6738448 /sys/netinet/tcp_timer.c
parent359cd94d64fe4909a1944c74098ae792137cf8af (diff)
downloadFreeBSD-src-3f0638f73bd459a7f1a75fb0f6357b469188bb70.zip
FreeBSD-src-3f0638f73bd459a7f1a75fb0f6357b469188bb70.tar.gz
Move or add #include <queue.h> in preparation for upcoming struct socket
changes.
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index e95f4fa..66691ea 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,11 +31,12 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.12 1995/11/14 20:34:43 phk Exp $
+ * $Id: tcp_timer.c,v 1.13 1996/01/04 21:34:21 olah Exp $
*/
#ifndef TUBA_INCLUDE
#include <sys/param.h>
+#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
@@ -45,7 +46,6 @@
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/errno.h>
-#include <sys/queue.h>
#include <machine/cpu.h> /* before tcp_seq.h, for tcp_random18() */
OpenPOWER on IntegriCloud