diff options
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 8259877..cccae2f 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -44,7 +44,9 @@ * Routing tables always contain only cached &rta's. */ +#ifdef HAVE_ALLOCA_H #include <alloca.h> +#endif #include "nest/bird.h" #include "nest/route.h" |