summaryrefslogtreecommitdiff
path: root/android/cutils
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-12-20 11:25:37 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-12-20 12:57:21 +0200
commit88e025c8627283e5beceb0e070fea460aa16c493 (patch)
treedd54bdceb112a991998c7c23b163b2c50167515d /android/cutils
parent77ef450f2d4a1b542b8bd5529e9f66e4fae0089c (diff)
downloadbluez-88e025c8627283e5beceb0e070fea460aa16c493.tar.gz
android/hal-bluetooth: Add support for enabling HCI snoop dump
This allows to enable HCI SNOOP dump from HAL. This requires that service named 'bluetoothd_snoop' be available in Android system.
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 79515852b..256bf1323 100644
--- a/android/cutils/properties.h
+++ b/android/cutils/properties.h
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>