diff options
-rw-r--r-- | nest/rt-attr.c | 2 | ||||
-rw-r--r-- | nest/rt-table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index ec8e69b..6e782f2 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -44,13 +44,13 @@ * Routing tables always contain only cached &rta's. */ -#include "alloca.h" #include "nest/bird.h" #include "nest/route.h" #include "nest/protocol.h" #include "nest/iface.h" #include "nest/cli.h" #include "nest/attrs.h" +#include "lib/alloca.h" #include "lib/resource.h" #include "lib/string.h" 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; |