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:
6e324cc
)
Fix "hardware/samsung_slsi/exynos5/libcsc/csc.c:341:67: error: 'errno' undeclared".
author
Elliott Hughes
<enh@google.com>
Mon, 29 Dec 2014 22:22:44 +0000
(14:22 -0800)
committer
Elliott Hughes
<enh@google.com>
Mon, 29 Dec 2014 22:22:44 +0000
(14:22 -0800)
Change-Id: Ic5982302a0dd0a88bac7aaf30128a84b2c1cd95c
libcsc/csc.c
patch
|
blob
|
blame
|
history
diff --git
a/libcsc/csc.c
b/libcsc/csc.c
index 0831f612b1ecc5e446f4d376dcbdca8c4ae8560a..f16502acad6d5dca4a77d5042a58e62a9eeeaefd 100644
(file)
--- 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>