OSDN Git Service

Fix sim-eng build.
authorBrian Carlstrom <bdc@google.com>
Wed, 25 Aug 2010 00:57:25 +0000 (17:57 -0700)
committerBrian Carlstrom <bdc@google.com>
Wed, 25 Aug 2010 00:57:25 +0000 (17:57 -0700)
Missing a <string.h> header.

git cherry-pick -e d0019991

Change-Id: I7a3dc7cb7d2855fde56512b3dcb181a092055497

tests/nusensors/nusensors.cpp

index 29e2069..9d1a90c 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include <string.h>
 #include <stdint.h>
 #include <string.h>
 #include <sys/cdefs.h>