Fix "error: 'strerror' was not declared in this scope".
authorElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 05:18:15 +0000 (21:18 -0800)
committerElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 05:18:15 +0000 (21:18 -0800)
Change-Id: If8e3b1d1198df2e725ba08fdecda6bb996e23656

mobicore/common/LogWrapper/log.h

index 2ffc0b2e01b0d8afe90c99789f657daddecaaa9a..041793c040b8fe32b73f4500d4bc3164e4ee4702 100644 (file)
@@ -36,6 +36,7 @@
 
 #include <unistd.h>
 #include <stdio.h>
+#include <string.h>
 #include <android/log.h>
 
 /** LOG_I(fmt, args...)