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:
3ac9589
)
android: Add the missing HAVE_CONFIG_H check to adapter.c
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 1 Nov 2013 10:51:46 +0000
(
03:51
-0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 1 Nov 2013 10:51:46 +0000
(
03:51
-0700)
android/adapter.c
patch
|
blob
|
history
diff --git
a/android/adapter.c
b/android/adapter.c
index
d7fe63e
..
ce72988
100644
(file)
--- a/
android/adapter.c
+++ b/
android/adapter.c
@@
-21,6
+21,10
@@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <errno.h>
#include <glib.h>