From a02fbffce9029e3eaa63dfc5f3e79a79da033e4c Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 25 Jul 2013 22:35:34 +0100 Subject: Fix building with 4.3's bionic Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc Conflicts: autom4te.cache/output.0 examples/loadables/getconf.c --- builtins/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/source.c') diff --git a/builtins/source.c b/builtins/source.c index d7eec21..6f280b8 100644 --- a/builtins/source.c +++ b/builtins/source.c @@ -30,7 +30,7 @@ #include "../trap.h" #if !defined (errno) -extern int errno; +#include #endif /* !errno */ extern int posixly_correct; -- cgit v1.2.3