]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Grrr, committing too fast.
authorOndrej Filip <feela@network.cz>
Mon, 31 May 2004 17:16:47 +0000 (17:16 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 31 May 2004 17:16:47 +0000 (17:16 +0000)
#include "alloca.h" -> #include "lib/alloca.h"

nest/rt-attr.c
nest/rt-table.c

index ec8e69ba0c1e95863adb825f9584248026bbe44f..6e782f27e91b62837111882513e76de7f377cd83 100644 (file)
  * Routing tables always contain only cached &rta's.
  */
 
-#include "alloca.h"
 #include "nest/bird.h"
 #include "nest/route.h"
 #include "nest/protocol.h"
 #include "nest/iface.h"
 #include "nest/cli.h"
 #include "nest/attrs.h"
+#include "lib/alloca.h"
 #include "lib/resource.h"
 #include "lib/string.h"
 
index ec5412c22f5eda48cb26f6317c77e986b5920e6f..f7f379b833a82a6fdab9f92b6ac3a75f61e16ca0 100644 (file)
@@ -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;