From 0e6eef620d4b838fc558711cd2d5572ec7a576c2 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 2004 17:07:05 +0000 Subject: Use #include "alloca.h" --- nest/rt-table.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index db70b66..ec5412c 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -41,10 +41,7 @@ #include "conf/conf.h" #include "filter/filter.h" #include "lib/string.h" - -#ifdef HAVE_ALLOCA_H -#include -#endif +#include "alloca.h" static slab *rte_slab; static linpool *rte_update_pool; -- cgit v1.2.3