diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-12-07 17:39:16 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-12-07 17:39:16 +0000 |
| commit | cfa1ca9dfa0ee5bed5cc1cb0b07820701abbb431 (patch) | |
| tree | 801e5fed92f86a2a376a17c46a0eebebf9174733 /sys/net/if.c | |
| parent | 07677171f8dabbf0b4b1e3f9fab859f6cca57377 (diff) | |
Notes
Diffstat (limited to 'sys/net/if.c')
| -rw-r--r-- | sys/net/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 7c560bcaa9eb..c0ba5eebdd71 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -35,7 +35,7 @@ */ #include "opt_compat.h" -#include "opt_inet.h" +#include "opt_inet6.h" #include <sys/param.h> #include <sys/malloc.h> |
