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 --- bashhist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashhist.c') diff --git a/bashhist.c b/bashhist.c index d4c62e7..3f7a10b 100644 --- a/bashhist.c +++ b/bashhist.c @@ -60,7 +60,7 @@ extern int rl_done, rl_dispatching; /* should really include readline.h */ #endif #if !defined (errno) -extern int errno; +#include #endif static int histignore_item_func __P((struct ign *)); -- cgit v1.2.3