These headers are not public anymore, so need to use "lib/uuid.h". --- plugins/gatt-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gatt-example.c b/plugins/gatt-example.c index de090e9..bd0fbff 100644 --- a/plugins/gatt-example.c +++ b/plugins/gatt-example.c @@ -27,10 +27,10 @@ #endif #include <glib.h> -#include <bluetooth/uuid.h> #include <errno.h> #include <adapter.h> +#include "lib/uuid.h" #include "plugin.h" #include "hcid.h" #include "log.h" -- 1.7.9.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