1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Grrr, committing too fast.

#include "alloca.h" -> #include "lib/alloca.h"
This commit is contained in:
Ondrej Filip
2004-05-31 17:16:47 +00:00
parent 7dbd4fd332
commit 10af3676ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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"