--- android/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/main.c b/android/main.c index 988d08b..606baf2 100644 --- a/android/main.c +++ b/android/main.c @@ -52,6 +52,10 @@ #include "hal-msg.h" #include "ipc.h" +#if defined(ANDROID) +#include <sys/capability.h> +#endif + static GMainLoop *event_loop; static struct mgmt *mgmt_if = NULL; -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html