summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 14:22:44 -0800
committerElliott Hughes <enh@google.com>2014-12-29 14:22:44 -0800
commitcbb59e6636ad493cb291965c031afb4c12e1d51b (patch)
tree339e5c3a4c59bae7436a44c143730040f8bdf818
parent6e324cc3a987b3aee665a5ec32993018d84479d4 (diff)
downloadexynos5-cbb59e6636ad493cb291965c031afb4c12e1d51b.tar.gz
Fix "hardware/samsung_slsi/exynos5/libcsc/csc.c:341:67: error: 'errno' undeclared".
Change-Id: Ic5982302a0dd0a88bac7aaf30128a84b2c1cd95c
-rw-r--r--libcsc/csc.c1
1 files changed, 1 insertions, 0 deletions
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 <cutils/log.h>
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <utils/Log.h>