From 10af3676ea4268452776acd7b06a95c72d71f2e0 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 2004 17:16:47 +0000 Subject: Grrr, committing too fast. #include "alloca.h" -> #include "lib/alloca.h" --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index ec5412c..f7f379b 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -41,7 +41,7 @@ #include "conf/conf.h" #include "filter/filter.h" #include "lib/string.h" -#include "alloca.h" +#include "lib/alloca.h" static slab *rte_slab; static linpool *rte_update_pool; -- cgit v1.2.3