#ifdef ALLOCA_H

This commit is contained in:
Ondrej Filip 2004-05-31 13:34:20 +00:00
parent bd62eeca27
commit 0c745adc80
2 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -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;