summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-08-19 10:21:01 -0700
committerElliott Hughes <enh@google.com>2010-08-19 10:21:01 -0700
commit5f5c5460d382104a8792952907aa2fa0cae1bca7 (patch)
tree876e4cc6a7dbfbd983596332845aaa5e3b89599a
parent2698f0cd99ee0cb8c88d06ea3555edbf7606c07a (diff)
downloadlibhardware-5f5c5460d382104a8792952907aa2fa0cae1bca7.tar.gz
Fix build (missing #include).
Change-Id: Icafc2289d1320f2cd41e8756363240268780d8b8
-rw-r--r--tests/nusensors/nusensors.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nusensors/nusensors.cpp b/tests/nusensors/nusensors.cpp
index 731fa099..29e20691 100644
--- a/tests/nusensors/nusensors.cpp
+++ b/tests/nusensors/nusensors.cpp
@@ -15,6 +15,7 @@
*/
#include <stdint.h>
+#include <string.h>
#include <sys/cdefs.h>
#include <sys/types.h>