diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if.c | 4 |
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 |