diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 13:34:20 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 13:34:20 +0000 |
commit | 0c745adc8003ac816be15e2246fa4685e127d120 (patch) | |
tree | faf3d623a21690e03cd5e34c5b72638ba8ca99ef /nest/rt-attr.c | |
parent | bd62eeca27aba7da34a65a8f039d1b011115ddca (diff) |
#ifdef ALLOCA_H
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 8259877c..cccae2f6 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" |