diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/password.c | 1 | ||||
-rw-r--r-- | nest/rt-table.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nest/password.c b/nest/password.c index ba5d0e6..9a77e89 100644 --- a/nest/password.c +++ b/nest/password.c @@ -8,6 +8,7 @@ #include "nest/bird.h" #include "nest/password.h" +#include "lib/string.h" struct password_item *last_password_item = NULL; diff --git a/nest/rt-table.c b/nest/rt-table.c index d313dbc..82acea0 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; |