aboutsummaryrefslogtreecommitdiffstats
path: root/libsensors/OrientationSensor.cpp
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2015-10-27 10:59:49 +0100
committerRGIB <gibellini.roberto@gmail.com>2015-10-27 10:59:49 +0100
commit36651512515df157daa78971295a413175ce3043 (patch)
tree8308ab3b4a7035cfdb45630cd9f8e18722017324 /libsensors/OrientationSensor.cpp
parente6b6d00b051c72ca4ec3c704a70de14bf8ae5645 (diff)
downloaddevice_samsung_kona-common-36651512515df157daa78971295a413175ce3043.zip
device_samsung_kona-common-36651512515df157daa78971295a413175ce3043.tar.gz
device_samsung_kona-common-36651512515df157daa78971295a413175ce3043.tar.bz2
Kona-common : include string.h
Change-Id: If502214ebc36ae82348ea037ae67fa986556f17a
Diffstat (limited to 'libsensors/OrientationSensor.cpp')
-rw-r--r--libsensors/OrientationSensor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsensors/OrientationSensor.cpp b/libsensors/OrientationSensor.cpp
index 0ca6085..5e060bd 100644
--- a/libsensors/OrientationSensor.cpp
+++ b/libsensors/OrientationSensor.cpp
@@ -23,6 +23,7 @@
#include <sys/select.h>
#include <cutils/properties.h>
#include <cutils/log.h>
+#include <string.h>
#include "OrientationSensor.h"