summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-05-31 19:16:47 +0200
committerOndrej Filip <feela@network.cz>2004-05-31 19:16:47 +0200
commit10af3676ea4268452776acd7b06a95c72d71f2e0 (patch)
treec76a48c50feb4b483f3b17cd93c4d0d24873a916 /nest/rt-table.c
parent7dbd4fd332bb614db858944da86b29c86d9b1d81 (diff)
downloadbird-10af3676ea4268452776acd7b06a95c72d71f2e0.tar
bird-10af3676ea4268452776acd7b06a95c72d71f2e0.zip
Grrr, committing too fast.
#include "alloca.h" -> #include "lib/alloca.h"
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index ec5412c..f7f379b 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -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;