summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-31 18:38:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-31 18:38:41 +0000
commit665f33bc9f2fa56fc3507e252e9073230f519fd5 (patch)
tree89985471407eb23df6109206451e22d59fd46db7
parent811bade0604ee8cc065017b3f7c6b35552b2416d (diff)
parent95976b61978934e42b557cbd3ac04edb6431cd17 (diff)
downloadandroid_hardware_invensense-665f33bc9f2fa56fc3507e252e9073230f519fd5.tar.gz
android_hardware_invensense-665f33bc9f2fa56fc3507e252e9073230f519fd5.tar.bz2
android_hardware_invensense-665f33bc9f2fa56fc3507e252e9073230f519fd5.zip
am 95976b61: am b17333a0: Merge "Fix "error: \'strerror\' was not declared in this scope"."
* commit '95976b61978934e42b557cbd3ac04edb6431cd17': Fix "error: 'strerror' was not declared in this scope".
-rw-r--r--60xx/libsensors/SensorBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/60xx/libsensors/SensorBase.cpp b/60xx/libsensors/SensorBase.cpp
index 79b1ee2..9cc1ee8 100644
--- a/60xx/libsensors/SensorBase.cpp
+++ b/60xx/libsensors/SensorBase.cpp
@@ -18,6 +18,7 @@
#include <errno.h>
#include <math.h>
#include <poll.h>
+#include <string.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/select.h>