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 /y.tab.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 'y.tab.c')
| -rw-r--r-- | y.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ extern sh_builtin_func_t *last_shell_builtin, *this_shell_builtin; extern int bash_input_fd_changed; #endif -extern int errno; +#include <errno.h> /* **************************************************************** */ /* */ /* "Forward" declarations */ |
