mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Added missing includes.
This commit is contained in:
parent
de10a974f2
commit
7d875e094b
@ -8,6 +8,7 @@
|
||||
|
||||
#include "nest/bird.h"
|
||||
#include "nest/password.h"
|
||||
#include "lib/string.h"
|
||||
|
||||
struct password_item *last_password_item = NULL;
|
||||
|
||||
|
@ -42,6 +42,8 @@
|
||||
#include "filter/filter.h"
|
||||
#include "lib/string.h"
|
||||
|
||||
#include <alloca.h>
|
||||
|
||||
static slab *rte_slab;
|
||||
static linpool *rte_update_pool;
|
||||
|
||||
|
@ -63,6 +63,7 @@
|
||||
#include "conf/conf.h"
|
||||
#include "lib/socket.h"
|
||||
#include "lib/resource.h"
|
||||
#include "lib/string.h"
|
||||
|
||||
#include "bgp.h"
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "nest/protocol.h"
|
||||
#include "lib/timer.h"
|
||||
#include "conf/conf.h"
|
||||
#include "lib/string.h"
|
||||
|
||||
#include "unix.h"
|
||||
#include "krt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user