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:
5619f85
)
android: Fix compilation error
author
Andrei Emeltchenko
<andrei.emeltchenko@intel.com>
Wed, 23 Oct 2013 12:53:05 +0000
(15:53 +0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 23 Oct 2013 13:06:32 +0000
(16:06 +0300)
The patch fixes errors with undefined symbols EXIT_FAILURE on Android.
android/hal-ipc.c
patch
|
blob
|
history
diff --git
a/android/hal-ipc.c
b/android/hal-ipc.c
index
a7948a6
..
e8bba11
100644
(file)
--- a/
android/hal-ipc.c
+++ b/
android/hal-ipc.c
@@
-24,6
+24,7
@@
#include <poll.h>
#include <unistd.h>
#include <stdint.h>
+#include <stdlib.h>
#include <cutils/properties.h>