diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-29 11:17:49 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-29 11:17:49 +0000 |
| commit | 66e01d73cda653a2fdb5e0fbb88904f7d7e718c1 (patch) | |
| tree | 1942a1f56884dcd5e5352b3d52d445148a0d6a8b /sys/compat | |
| parent | 2d54fbd54169bd81418fe6d842292a87be8512f9 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/svr4/svr4_sockio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_sockio.c b/sys/compat/svr4/svr4_sockio.c index afb3cfe776c9..053e282a12c7 100644 --- a/sys/compat/svr4/svr4_sockio.c +++ b/sys/compat/svr4/svr4_sockio.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> +#include <net/if_var.h> #include <net/vnet.h> #include <compat/svr4/svr4.h> |
