From 80f3bd30c7521091c1dea118603b20a76c2a180c Mon Sep 17 00:00:00 2001 From: "Pedro J. Ruiz Lopez" Date: Mon, 12 Feb 2007 23:24:21 +0000 Subject: * upgraded gnulib --- lib/alloca.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/alloca.c') diff --git a/lib/alloca.c b/lib/alloca.c index d1d5447..3a1f4e2 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -21,9 +21,7 @@ allocating any. It is a good idea to use alloca(0) in your main control loop, etc. to force garbage collection. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include -- cgit v1.2.3