OSDN Git Service

Fix sim-eng build.
authorAndy McFadden <fadden@android.com>
Thu, 22 Jul 2010 19:12:02 +0000 (12:12 -0700)
committerAndy McFadden <fadden@android.com>
Thu, 22 Jul 2010 19:12:02 +0000 (12:12 -0700)
strerror() must be declared (include <string.h>).

Change-Id: I0e93874d1bb7dad113f7c82d0ff1b5e6733b36c1

tests/nusensors/nusensors.cpp

index 731fa09..29e2069 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <stdint.h>
+#include <string.h>
 #include <sys/cdefs.h>
 #include <sys/types.h>