aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/unlink.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/unlink.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/unlink.c')
-rw-r--r--examples/loadables/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/unlink.c b/examples/loadables/unlink.c
index 07e3f3d..3c829e3 100644
--- a/examples/loadables/unlink.c
+++ b/examples/loadables/unlink.c
@@ -35,7 +35,7 @@
#include "common.h"
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
unlink_builtin (list)