summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-07-06 05:04:33 +0000
committerjulian <julian@FreeBSD.org>1998-07-06 05:04:33 +0000
commit3b5d08a30e5213746fe169860aaa6a77bfd9aee3 (patch)
tree58bb817876ada494e740bc8738bcd4390a084769 /sys
parentd2e04c552cc7f1e62a7a1b770c368fdd7f2e0dbe (diff)
downloadFreeBSD-src-3b5d08a30e5213746fe169860aaa6a77bfd9aee3.zip
FreeBSD-src-3b5d08a30e5213746fe169860aaa6a77bfd9aee3.tar.gz
Don't expect the new code to be used without the right option file being
included.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_output.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 49e969b..75e40f7 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -31,11 +31,12 @@
* SUCH DAMAGE.
*
* @(#)ip_output.c 8.3 (Berkeley) 1/21/94
- * $Id: ip_output.c,v 1.76 1998/07/06 03:20:17 julian Exp $
+ * $Id: ip_output.c,v 1.77 1998/07/06 05:00:53 julian Exp $
*/
#define _IP_VHL
+#include "opt_ipfw.h"
#include "opt_ipdivert.h"
#include "opt_ipfilter.h"
OpenPOWER on IntegriCloud