summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-04-20 23:04:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-04-20 23:04:55 +0000
commit857ed05de348b90e2fc5df71cdf8c06073ec3d0a (patch)
treec71bd3f9c139057afe5ed78d492e32504189c6fe
parentcfb0e04190cff0d086ef08bbad0ff0bbd8313335 (diff)
messup, learn to test *all* variants of compile options when
altering the logic round such.
-rw-r--r--sys/netinet/raw_ip.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index a2c2f9237bc..c7daff8c139 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_ip.c,v 1.16 1999/04/20 20:06:12 niklas Exp $ */
+/* $OpenBSD: raw_ip.c,v 1.17 1999/04/20 23:04:54 niklas Exp $ */
/* $NetBSD: raw_ip.c,v 1.25 1996/02/18 18:58:33 christos Exp $ */
/*
@@ -63,14 +63,11 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
+#include <netinet/ip_mroute.h>
#include <netinet/ip_var.h>
#include <netinet/in_pcb.h>
#include <netinet/in_var.h>
-#ifdef MROUTING
-#include <netinet/ip_mroute.h>
-#endif
-
#ifdef IPSEC
extern int check_ipsec_policy __P((struct inpcb *, u_int32_t));
#endif