diff options
author | Alan Somers <asomers@FreeBSD.org> | 2018-02-23 03:11:43 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2018-02-23 03:11:43 +0000 |
commit | b1d757bc1dc29cda592d632b955a706215975f1d (patch) | |
tree | ade1caecfc99c86ddc277bca4a32e057feecaca2 /usr.sbin/wlandebug | |
parent | beaafe4f86876bf5b6ba8a6ff4b9b0f484054214 (diff) | |
download | src-b1d757bc1dc29cda592d632b955a706215975f1d.tar.gz src-b1d757bc1dc29cda592d632b955a706215975f1d.zip |
Notes
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> |