From 86cd7d0886b39af9da337d1fe07c5489fad027a0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Jan 2013 20:30:43 -0800 Subject: [PATCH] obexd: Fix includes for uuid.h --- obexd/plugins/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index e28a94fab..f80faa4ec 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -36,7 +36,7 @@ #include #include -#include +#include "lib/uuid.h" #include "obexd.h" #include "plugin.h" -- 2.47.3