Grrr, committing too fast.
#include "alloca.h" -> #include "lib/alloca.h"
This commit is contained in:
parent
7dbd4fd332
commit
10af3676ea
2 changed files with 2 additions and 2 deletions
|
@ -44,13 +44,13 @@
|
|||
* 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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue