From c91da420f9b2b2a965a326ab469b51f77852da4e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 30 Jan 2015 21:15:11 -0800 Subject: [PATCH] Fix "error: use of undeclared identifier 'strerror'". Change-Id: I96065fe96e98073360340f042dc1736ce508e02b --- mobicore/daemon/Kernel/CKMod.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mobicore/daemon/Kernel/CKMod.cpp b/mobicore/daemon/Kernel/CKMod.cpp index 030089d..30210db 100644 --- a/mobicore/daemon/Kernel/CKMod.cpp +++ b/mobicore/daemon/Kernel/CKMod.cpp @@ -31,6 +31,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include +#include #include #include -- 2.20.1