--- peripheral/gap.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/peripheral/gap.c b/peripheral/gap.c index f659f7f..a78dc45 100644 --- a/peripheral/gap.c +++ b/peripheral/gap.c @@ -27,9 +27,15 @@ #include <stdio.h> #include <string.h> +#include <stdbool.h> #include "lib/bluetooth.h" #include "lib/mgmt.h" +#include "lib/uuid.h" +#include "src/shared/att.h" +#include "src/shared/queue.h" +#include "src/shared/gatt-db.h" + #include "src/shared/util.h" #include "src/shared/mgmt.h" #include "peripheral/gatt.h" -- 2.4.5 -- 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