diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
| commit | 76039bc84fae9915788b54ff28fe0cc4876952d2 (patch) | |
| tree | a240090af1fb905058b17619590afe813e33e891 /sys/dev/fatm | |
| parent | 258dbffe6ea9eeeb1e1c0ac5d787ba02589d82b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fatm')
| -rw-r--r-- | sys/dev/fatm/if_fatm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fatm/if_fatm.c b/sys/dev/fatm/if_fatm.c index abd8e79750d4..b6b4e13db2a3 100644 --- a/sys/dev/fatm/if_fatm.c +++ b/sys/dev/fatm/if_fatm.c @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_media.h> #include <net/if_types.h> #include <net/if_atm.h> |
