summaryrefslogtreecommitdiff
path: root/android/cutils
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-05-26 15:16:28 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-05-30 14:10:53 +0300
commitd8354e8e635399768a51efb12784d6ee31ff3f7c (patch)
tree51100a6760a760760f52d8a44ab167f0504fadd9 /android/cutils
parentc618d0fa66b892a6f516be6f8a9be792a69c3265 (diff)
downloadbluez-d8354e8e635399768a51efb12784d6ee31ff3f7c.tar.gz
android: Fix missing include
It's needed for getenv().
Diffstat (limited to 'android/cutils')
-rw-r--r--android/cutils/properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/cutils/properties.h b/android/cutils/properties.h
index 8096b19af..ef40f01c8 100644
--- a/android/cutils/properties.h
+++ b/android/cutils/properties.h
@@ -22,6 +22,7 @@
*/
#include <unistd.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>