commit | c65ad165e47ae46e53fed07b576ff5efbf47b1c8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 31 05:19:00 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 31 05:19:00 2015 +0000 |
tree | 11bde1f90f9cb337b96ca2baa12f4595b6a7f851 | |
parent | 7f50a9df54ef63467fee5ad08111cfe11f03c3b6 [diff] | |
parent | d0ce95469d7b0bf081354401c6167d5185137555 [diff] |
Merge "Fix "error: 'strerror' was not declared in this scope"."
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...)