projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f50a9d
)
Fix "error: 'strerror' was not declared in this scope".
author
Elliott Hughes
<enh@google.com>
Sat, 31 Jan 2015 05:18:15 +0000
(21:18 -0800)
committer
Elliott Hughes
<enh@google.com>
Sat, 31 Jan 2015 05:18:15 +0000
(21:18 -0800)
Change-Id: If8e3b1d1198df2e725ba08fdecda6bb996e23656
mobicore/common/LogWrapper/log.h
patch
|
blob
|
blame
|
history
diff --git
a/mobicore/common/LogWrapper/log.h
b/mobicore/common/LogWrapper/log.h
index 2ffc0b2e01b0d8afe90c99789f657daddecaaa9a..041793c040b8fe32b73f4500d4bc3164e4ee4702 100644
(file)
--- 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...)