diff options
Diffstat (limited to 'usr.sbin/wlandebug')
-rw-r--r-- | usr.sbin/wlandebug/wlandebug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wlandebug/wlandebug.c b/usr.sbin/wlandebug/wlandebug.c index 81a09016c7f5..cc8698824880 100644 --- a/usr.sbin/wlandebug/wlandebug.c +++ b/usr.sbin/wlandebug/wlandebug.c @@ -38,6 +38,8 @@ #include <sys/types.h> #include <sys/sysctl.h> +#include <net/if.h> + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |