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 /lib/sh/zmapfd.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 'lib/sh/zmapfd.c')
| -rw-r--r-- | lib/sh/zmapfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/zmapfd.c b/lib/sh/zmapfd.c index 4000c4a..22e3657 100644 --- a/lib/sh/zmapfd.c +++ b/lib/sh/zmapfd.c @@ -33,7 +33,7 @@ #include "general.h" #if !defined (errno) -extern int errno; +#include <errno.h> #endif extern ssize_t zread __P((int, char *, size_t)); |
