commit | 03cb00b7b37d39f6d599bb148db775a08eb8b04a | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 24 17:57:25 2010 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Aug 24 17:57:25 2010 -0700 |
tree | 73cc34bca6fcbea202964767fcfcd0d5e16fa1da | |
parent | 4ec14c1e233bbc0c7c7efe990f2fafe9727179ca [diff] [blame] |
Fix sim-eng build. Missing a <string.h> header. git cherry-pick -e d0019991 Change-Id: I7a3dc7cb7d2855fde56512b3dcb181a092055497
diff --git a/tests/nusensors/nusensors.cpp b/tests/nusensors/nusensors.cpp index 29e2069..9d1a90c 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>