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

Grrr, committing too fast.

#include "alloca.h" -> #include "lib/alloca.h"
This commit is contained in:
Ondrej Filip
2004-05-31 17:16:47 +00:00
parent 7dbd4fd332
commit 10af3676ea
2 changed files with 2 additions and 2 deletions

View File

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