Return-Path: From: Vinicius Costa Gomes To: linux-bluetooth@vger.kernel.org Cc: Vinicius Costa Gomes Subject: [PATCH BlueZ v1 05/15] peripheral/gap: Fix missing includes Date: Tue, 21 Jul 2015 20:16:38 -0300 Message-Id: <1437520608-22444-6-git-send-email-vcgomes@gmail.com> In-Reply-To: <1437520608-22444-1-git-send-email-vcgomes@gmail.com> References: <1437520608-22444-1-git-send-email-vcgomes@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- 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 #include +#include #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.6