Grrr, committing too fast.

#include "alloca.h" -> #include "lib/alloca.h"
This commit is contained in:
Ondrej Filip 2004-05-31 17:16:47 +00:00
parent 7dbd4fd332
commit 10af3676ea
2 changed files with 2 additions and 2 deletions

View file

@ -44,13 +44,13 @@
* Routing tables always contain only cached &rta's. * Routing tables always contain only cached &rta's.
*/ */
#include "alloca.h"
#include "nest/bird.h" #include "nest/bird.h"
#include "nest/route.h" #include "nest/route.h"
#include "nest/protocol.h" #include "nest/protocol.h"
#include "nest/iface.h" #include "nest/iface.h"
#include "nest/cli.h" #include "nest/cli.h"
#include "nest/attrs.h" #include "nest/attrs.h"
#include "lib/alloca.h"
#include "lib/resource.h" #include "lib/resource.h"
#include "lib/string.h" #include "lib/string.h"

View file

@ -41,7 +41,7 @@
#include "conf/conf.h" #include "conf/conf.h"
#include "filter/filter.h" #include "filter/filter.h"
#include "lib/string.h" #include "lib/string.h"
#include "alloca.h" #include "lib/alloca.h"
static slab *rte_slab; static slab *rte_slab;
static linpool *rte_update_pool; static linpool *rte_update_pool;