diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 17:16:47 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 17:16:47 +0000 |
commit | 10af3676ea4268452776acd7b06a95c72d71f2e0 (patch) | |
tree | c76a48c50feb4b483f3b17cd93c4d0d24873a916 /nest/rt-attr.c | |
parent | 7dbd4fd332bb614db858944da86b29c86d9b1d81 (diff) |
Grrr, committing too fast.
#include "alloca.h" -> #include "lib/alloca.h"
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index ec8e69ba..6e782f27 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" |