summaryrefslogtreecommitdiff
path: root/profiles/alert
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2013-01-10 09:15:05 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-10 15:11:20 +0200
commit1f40f4d9ec22bf1b3c74e7d26eb715b0048696d2 (patch)
treec78d09788315325c3bd7e79b0f1a45f701eccbca /profiles/alert
parent9da3948b10f239f91c05bed2e04595cce315a6dd (diff)
downloadbluez-1f40f4d9ec22bf1b3c74e7d26eb715b0048696d2.tar.gz
alert: Fix remaining references to bluetooth/uuid.h
These headers are not public anymore, so need to use "lib/uuid.h".
Diffstat (limited to 'profiles/alert')
-rw-r--r--profiles/alert/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/alert/server.c b/profiles/alert/server.c
index 3736a0b33..4536c817f 100644
--- a/profiles/alert/server.c
+++ b/profiles/alert/server.c
@@ -30,9 +30,9 @@
#include <errno.h>
#include <gdbus/gdbus.h>
#include <glib.h>
-#include <bluetooth/uuid.h>
#include <stdlib.h>
+#include "lib/uuid.h"
#include "plugin.h"
#include "dbus-common.h"
#include "attrib/att.h"