diff options
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index d313dbcf..82acea06 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -42,6 +42,8 @@ #include "filter/filter.h" #include "lib/string.h" +#include <alloca.h> + static slab *rte_slab; static linpool *rte_update_pool; |