summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index b5cc0bb..177b98f 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -31,11 +31,12 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
- * $Id: tcp_input.c,v 1.36 1996/02/22 11:46:39 davidg Exp $
+ * $Id: tcp_input.c,v 1.37 1996/02/26 21:47:10 guido 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/socket.h>
#include <sys/socketvar.h>
#include <sys/errno.h>
-#include <sys/queue.h>
#include <machine/cpu.h> /* before tcp_seq.h, for tcp_random18() */
OpenPOWER on IntegriCloud