summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_input.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/netipx/ipx_input.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/netipx/ipx_input.c')
-rw-r--r--sys/netipx/ipx_input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index c93235d..2abfa28 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -33,10 +33,11 @@
*
* @(#)ipx_input.c
*
- * $Id: ipx_input.c,v 1.6 1995/12/16 02:14:33 bde Exp $
+ * $Id: ipx_input.c,v 1.7 1996/01/05 20:47:04 wollman Exp $
*/
#include <sys/param.h>
+#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
OpenPOWER on IntegriCloud