1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Use #include "alloca.h"

This commit is contained in:
Ondrej Filip
2004-05-31 17:07:05 +00:00
parent c222500d8e
commit 0e6eef620d
3 changed files with 21 additions and 8 deletions

View File

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