summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-24 17:57:25 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-24 17:57:25 -0700
commit03cb00b7b37d39f6d599bb148db775a08eb8b04a (patch)
tree73cc34bca6fcbea202964767fcfcd0d5e16fa1da
parent4ec14c1e233bbc0c7c7efe990f2fafe9727179ca (diff)
downloadlibhardware-03cb00b7b37d39f6d599bb148db775a08eb8b04a.tar.gz
Fix sim-eng build.
Missing a <string.h> header. git cherry-pick -e d0019991 Change-Id: I7a3dc7cb7d2855fde56512b3dcb181a092055497
-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 29e20691..9d1a90c6 100644
--- a/tests/nusensors/nusensors.cpp
+++ b/tests/nusensors/nusensors.cpp
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include <string.h>
#include <stdint.h>
#include <string.h>
#include <sys/cdefs.h>