Added missing includes.
This commit is contained in:
parent
de10a974f2
commit
7d875e094b
4 changed files with 5 additions and 0 deletions
|
@ -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 a new issue