summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-08 14:59:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-08 14:59:03 +0000
commit0a5d551629fb71f3f4f1d2af04eec139b03946be (patch)
tree74da6c9bb5274c0165c0a5b1133f4e224d1f144d
parent92c13f05d287e03e7a3ecd32a6d261c19de80c50 (diff)
typo
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 48c6d321475..bc75ef96a4e 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.20 1999/08/08 00:43:00 niklas Exp $ */
+/* $OpenBSD: if.c,v 1.21 1999/08/08 14:59:02 niklas Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -61,7 +61,7 @@
#include <netinet/if_ether.h>
#include <netinet/igmp.h>
#ifdef MROUTING
-#include <netinet/ip_mrouting.h>
+#include <netinet/ip_mroute.h>
#endif
#endif