summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-03 22:19:35 +0000
committerbde <bde@FreeBSD.org>1998-02-03 22:19:35 +0000
commitffbb93a37addb73e983d7bc3da1d7ea7012b8762 (patch)
tree3f6260938fe3f9f8b4cf40eaf2bf1b8200a1e682 /sys/netinet/ip_fw.h
parenta407930be739850ad9356779d2d8d691399c6cb5 (diff)
downloadFreeBSD-src-ffbb93a37addb73e983d7bc3da1d7ea7012b8762.zip
FreeBSD-src-ffbb93a37addb73e983d7bc3da1d7ea7012b8762.tar.gz
Added #include of <sys/queue.h> so that this file is more "self"-sufficent.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 6f7deb2..bfc8e72 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -11,12 +11,14 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.h,v 1.30 1997/10/28 15:58:45 bde Exp $
+ * $Id: ip_fw.h,v 1.31 1998/01/08 03:03:54 alex Exp $
*/
#ifndef _IP_FW_H
#define _IP_FW_H
+#include <sys/queue.h>
+
/*
* This union structure identifies an interface, either explicitly
* by name or implicitly by IP address. The flags IP_FW_F_IIFNAME
OpenPOWER on IntegriCloud