From: Elliott Hughes Date: Sat, 31 Jan 2015 05:18:15 +0000 (-0800) Subject: Fix "error: 'strerror' was not declared in this scope". X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d0ce95469d7b0bf081354401c6167d5185137555;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos5.git Fix "error: 'strerror' was not declared in this scope". Change-Id: If8e3b1d1198df2e725ba08fdecda6bb996e23656 --- 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 #include +#include #include /** LOG_I(fmt, args...)