commit | fbade63d90c471673b89c8aa141d158b4ed0b3d0 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Nov 23 19:46:12 2015 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Mon Nov 23 19:46:12 2015 +1030 |
tree | 253fc243c7bdf111164ab84f234bfce9b484a0b2 | |
parent | da6e94cfee1b0592f3cce334166eb818f1d917a2 [diff] |
Add missing include for ioctl Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/btbridged.c b/btbridged.c index 7a094a4..550125c 100644 --- a/btbridged.c +++ b/btbridged.c
@@ -25,6 +25,7 @@ #include <string.h> #include <syslog.h> #include <sys/mman.h> +#include <sys/ioctl.h> #include <sys/stat.h> #include <sys/timerfd.h> #include <time.h>