0
0
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:
Martin Mares 2002-11-13 08:47:06 +00:00
parent de10a974f2
commit 7d875e094b
4 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "nest/bird.h"
#include "nest/password.h"
#include "lib/string.h"
struct password_item *last_password_item = NULL;

View File

@ -42,6 +42,8 @@
#include "filter/filter.h"
#include "lib/string.h"
#include <alloca.h>
static slab *rte_slab;
static linpool *rte_update_pool;

View File

@ -63,6 +63,7 @@
#include "conf/conf.h"
#include "lib/socket.h"
#include "lib/resource.h"
#include "lib/string.h"
#include "bgp.h"

View File

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