]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added missing includes.
authorMartin Mares <mj@ucw.cz>
Wed, 13 Nov 2002 08:47:06 +0000 (08:47 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Nov 2002 08:47:06 +0000 (08:47 +0000)
nest/password.c
nest/rt-table.c
proto/bgp/bgp.c
sysdep/unix/krt.c

index ba5d0e61166ca514599f73dfcd3155727f36d3d3..9a77e89ba04e009cec20c9421fbaed6e6f5f4e41 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "nest/bird.h"
 #include "nest/password.h"
+#include "lib/string.h"
 
 struct password_item *last_password_item = NULL;
 
index d313dbcf7c139f655f69bb15ca7f0dfbed4a0237..82acea061b35f2feb04cb43fdc2a05f709063c17 100644 (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;
 
index 72eba1af3ce3063cd40546175dd37ce9609f96f9..f6cbed4c2edb67426ecc5bd469ecff72922d0649 100644 (file)
@@ -63,6 +63,7 @@
 #include "conf/conf.h"
 #include "lib/socket.h"
 #include "lib/resource.h"
+#include "lib/string.h"
 
 #include "bgp.h"
 
index e841c0a7f72bee732144447ed5a8928a27b8875a..e6481844a426a312869e27e61c55a930404b9915 100644 (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"