diff options
| author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-07-04 16:35:15 +0000 |
|---|---|---|
| committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-07-04 16:35:15 +0000 |
| commit | 686cdd19b1b182f2257bc158116e78c5fef84980 (patch) | |
| tree | 22136d6c52358a61b8b21d1cda50d53ec766ab1e /sys/net/if_loop.c | |
| parent | 2d311b79cdb0da87624d7791e2fc72067edc5217 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_loop.c')
| -rw-r--r-- | sys/net/if_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index cf1580e418bf..a3d3a3b128b2 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -72,7 +72,7 @@ #include <netinet/in.h> #endif #include <netinet6/in6_var.h> -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #endif #ifdef NS |
