From cbb59e6636ad493cb291965c031afb4c12e1d51b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 29 Dec 2014 14:22:44 -0800 Subject: [PATCH] Fix "hardware/samsung_slsi/exynos5/libcsc/csc.c:341:67: error: 'errno' undeclared". Change-Id: Ic5982302a0dd0a88bac7aaf30128a84b2c1cd95c --- libcsc/csc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcsc/csc.c b/libcsc/csc.c index 0831f61..f16502a 100644 --- a/libcsc/csc.c +++ b/libcsc/csc.c @@ -30,6 +30,7 @@ #define LOG_TAG "libcsc" #include +#include #include #include #include -- 2.20.1