summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:18:15 -0800
committerElliott Hughes <enh@google.com>2015-01-30 21:18:15 -0800
commitd0ce95469d7b0bf081354401c6167d5185137555 (patch)
tree11bde1f90f9cb337b96ca2baa12f4595b6a7f851
parent7f50a9df54ef63467fee5ad08111cfe11f03c3b6 (diff)
downloadexynos5-d0ce95469d7b0bf081354401c6167d5185137555.tar.gz
Fix "error: 'strerror' was not declared in this scope".
Change-Id: If8e3b1d1198df2e725ba08fdecda6bb996e23656
-rw-r--r--mobicore/common/LogWrapper/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobicore/common/LogWrapper/log.h b/mobicore/common/LogWrapper/log.h
index 2ffc0b2..041793c 100644
--- a/mobicore/common/LogWrapper/log.h
+++ b/mobicore/common/LogWrapper/log.h
@@ -36,6 +36,7 @@
#include <unistd.h>
#include <stdio.h>
+#include <string.h>
#include <android/log.h>
/** LOG_I(fmt, args...)