diff options
author | Alan Somers <asomers@FreeBSD.org> | 2016-05-04 22:34:11 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2016-05-04 22:34:11 +0000 |
commit | 8907f744ff167dcf9545e2cb089e2831bdd58cd6 (patch) | |
tree | 2b9b397696c8820e2fd08a07204e38c5e1570743 /usr.sbin/bluetooth | |
parent | dd3f00cbaf11542cacc58ea873ca1adc7c5da2cc (diff) | |
download | src-8907f744ff167dcf9545e2cb089e2831bdd58cd6.tar.gz src-8907f744ff167dcf9545e2cb089e2831bdd58cd6.zip |
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r-- | usr.sbin/bluetooth/hccontrol/le.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/le.c b/usr.sbin/bluetooth/hccontrol/le.c index c7be20db1e3e..88ef75189e36 100644 --- a/usr.sbin/bluetooth/hccontrol/le.c +++ b/usr.sbin/bluetooth/hccontrol/le.c @@ -32,9 +32,9 @@ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/sysctl.h> -#include <sys/bitstring.h> #include <sys/select.h> #include <assert.h> +#include <bitstring.h> #include <err.h> #include <errno.h> #include <netgraph/ng_message.h> |