commit | 5f5c5460d382104a8792952907aa2fa0cae1bca7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 19 10:21:01 2010 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 19 10:21:01 2010 -0700 |
tree | 876e4cc6a7dbfbd983596332845aaa5e3b89599a | |
parent | 2698f0cd99ee0cb8c88d06ea3555edbf7606c07a [diff] [blame] |
Fix build (missing #include). Change-Id: Icafc2289d1320f2cd41e8756363240268780d8b8
diff --git a/tests/nusensors/nusensors.cpp b/tests/nusensors/nusensors.cpp index 731fa09..29e2069 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>