summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-05 21:26:34 +0000
committerbde <bde@FreeBSD.org>1995-12-05 21:26:34 +0000
commitfafc2e709f36ec2cbf2778f5d75bfcf8f171cee5 (patch)
tree87c68480f2353ccb6bbf90c712441d3689475b80 /sys/netinet/in_pcb.h
parenta1694cf84a782f6161ed3612e0837a9ba91c408d (diff)
downloadFreeBSD-src-fafc2e709f36ec2cbf2778f5d75bfcf8f171cee5.zip
FreeBSD-src-fafc2e709f36ec2cbf2778f5d75bfcf8f171cee5.tar.gz
Added explicit include of <sys/queue.h>. Currently, some things only
compile because <vm/vm.h> happens to be gratuitously included before <netinet/in_pcb.h> and <vm/vm.h> happens to include <sys/queue.h>.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index a956c70..f6db7bc 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -31,12 +31,14 @@
* SUCH DAMAGE.
*
* @(#)in_pcb.h 8.1 (Berkeley) 6/10/93
- * $Id: in_pcb.h,v 1.8 1995/04/10 00:43:18 davidg Exp $
+ * $Id: in_pcb.h,v 1.9 1995/11/14 20:34:03 phk Exp $
*/
#ifndef _NETINET_IN_PCB_H_
#define _NETINET_IN_PCB_H_
+#include <sys/queue.h>
+
/*
* Common structure pcb for internet protocol implementation.
* Here are stored pointers to local and foreign host table
OpenPOWER on IntegriCloud