summaryrefslogtreecommitdiff
path: root/profiles/cyclingspeed
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-09 20:30:30 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-09 20:30:30 -0800
commit211412b840d94372bcbad0f5fc6e8388a6a38fa9 (patch)
treeed657d2e82bd16b3dd522a4f57e150a0f9476003 /profiles/cyclingspeed
parent935f00c38eac6f4ad167caaff1fb7912fc84d56d (diff)
downloadbluez-211412b840d94372bcbad0f5fc6e8388a6a38fa9.tar.gz
profiles: Fix includes for uuid.h
Diffstat (limited to 'profiles/cyclingspeed')
-rw-r--r--profiles/cyclingspeed/cyclingspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/cyclingspeed/cyclingspeed.c b/profiles/cyclingspeed/cyclingspeed.c
index f01613197..fc727916c 100644
--- a/profiles/cyclingspeed/cyclingspeed.c
+++ b/profiles/cyclingspeed/cyclingspeed.c
@@ -27,9 +27,9 @@
#include <errno.h>
#include <stdbool.h>
#include <glib.h>
-#include <bluetooth/uuid.h>
#include <gdbus/gdbus.h>
+#include "lib/uuid.h"
#include "plugin.h"
#include "adapter.h"
#include "device.h"