aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/cat.c
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-25 22:35:34 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-25 22:35:34 +0100
commit5e693987c7554457fa7b2d2bef5a130fd98c2b44 (patch)
treef19e73a15ce725be20c1f30077f3694514911160 /examples/loadables/cat.c
parentf4b417c62a4f272c4cf9a074d0f7a3a97201f9db (diff)
downloadandroid_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
Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc
Diffstat (limited to 'examples/loadables/cat.c')
-rw-r--r--examples/loadables/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/cat.c b/examples/loadables/cat.c
index 1ce2e2d..30fe789 100644
--- a/examples/loadables/cat.c
+++ b/examples/loadables/cat.c
@@ -29,7 +29,7 @@
#include "shell.h"
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
extern char *strerror ();