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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user