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-attr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nest/rt-attr.c') diff --git a/nest/rt-attr.c b/nest/rt-attr.c index cccae2f..ec8e69b 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -44,10 +44,7 @@ * Routing tables always contain only cached &rta's. */ -#ifdef HAVE_ALLOCA_H -#include -#endif - +#include "alloca.h" #include "nest/bird.h" #include "nest/route.h" #include "nest/protocol.h" -- cgit v1.2.3