diff options
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol/le.c')
-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 c7be20d..88ef751 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> |