summaryrefslogtreecommitdiff
path: root/profiles/scanparam
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2013-01-10 09:15:04 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-10 15:11:10 +0200
commit9da3948b10f239f91c05bed2e04595cce315a6dd (patch)
tree1f23e295a791c9fb585ca4852d902a3ac4d505fe /profiles/scanparam
parent753bb9e262362e45aec7a0c9c65bada4b057cc88 (diff)
downloadbluez-9da3948b10f239f91c05bed2e04595cce315a6dd.tar.gz
scanparam: Fix remaining references to bluetooth/uuid.h
These headers are not public anymore, so need to use "lib/uuid.h".
Diffstat (limited to 'profiles/scanparam')
-rw-r--r--profiles/scanparam/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c
index 7c21ac320..268bdc85a 100644
--- a/profiles/scanparam/scan.c
+++ b/profiles/scanparam/scan.c
@@ -30,8 +30,8 @@
#include <errno.h>
#include <bluetooth/bluetooth.h>
-#include <bluetooth/uuid.h>
+#include "lib/uuid.h"
#include "log.h"
#include "plugin.h"
#include "adapter.h"