OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377845f
)
plugins: Fix remaining references to bluetooth/uuid.h
author
Anderson Lizardo
<anderson.lizardo@openbossa.org>
Thu, 10 Jan 2013 13:15:01 +0000
(09:15 -0400)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Thu, 10 Jan 2013 13:10:44 +0000
(15:10 +0200)
These headers are not public anymore, so need to use "lib/uuid.h".
plugins/gatt-example.c
patch
|
blob
|
history
diff --git
a/plugins/gatt-example.c
b/plugins/gatt-example.c
index
de090e9
..
bd0fbff
100644
(file)
--- 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"