#ifdef ALLOCA_H
This commit is contained in:
parent
bd62eeca27
commit
0c745adc80
2 changed files with 4 additions and 0 deletions
|
@ -44,7 +44,9 @@
|
||||||
* Routing tables always contain only cached &rta's.
|
* Routing tables always contain only cached &rta's.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_ALLOCA_H
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "nest/bird.h"
|
#include "nest/bird.h"
|
||||||
#include "nest/route.h"
|
#include "nest/route.h"
|
||||||
|
|
|
@ -42,7 +42,9 @@
|
||||||
#include "filter/filter.h"
|
#include "filter/filter.h"
|
||||||
#include "lib/string.h"
|
#include "lib/string.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_ALLOCA_H
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static slab *rte_slab;
|
static slab *rte_slab;
|
||||||
static linpool *rte_update_pool;
|
static linpool *rte_update_pool;
|
||||||
|
|
Loading…
Reference in a new issue