diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-07-25 22:35:34 +0100 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-07-25 22:35:34 +0100 |
| commit | 5e693987c7554457fa7b2d2bef5a130fd98c2b44 (patch) | |
| tree | f19e73a15ce725be20c1f30077f3694514911160 /support/xcase.c | |
| parent | f4b417c62a4f272c4cf9a074d0f7a3a97201f9db (diff) | |
| download | android_external_bash-stable/cm-10.2.tar.gz android_external_bash-stable/cm-10.2.tar.bz2 android_external_bash-stable/cm-10.2.zip | |
Fix building with 4.3's bioniccm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2
Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc
Diffstat (limited to 'support/xcase.c')
| -rw-r--r-- | support/xcase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/xcase.c b/support/xcase.c index efd11be..12fddf7 100644 --- a/support/xcase.c +++ b/support/xcase.c @@ -33,7 +33,7 @@ #include <errno.h> #ifndef errno -extern int errno; +#include <errno.h> #endif #define LOWER 1 |
