From 8584651a3e135dbcb0b14e2affb7a5f6b60e1228 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 18 Feb 2015 06:24:09 +0100 Subject: [PATCH] unit: Add explicit include for lib/bluetooth.h --- unit/test-gatt.c | 1 + unit/test-gattrib.c | 1 + 2 files changed, 2 insertions(+) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index b60adcf5a..441cf347e 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -35,6 +35,7 @@ #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/shared/util.h" #include "src/shared/att.h" diff --git a/unit/test-gattrib.c b/unit/test-gattrib.c index 109e51608..28542f3c8 100644 --- a/unit/test-gattrib.c +++ b/unit/test-gattrib.c @@ -36,6 +36,7 @@ #include #include "src/shared/util.h" +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "attrib/att.h" #include "attrib/gattrib.h" -- 2.47.3