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

#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

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