diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 22:09:57 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 22:09:57 +0100 |
commit | c74c0e3cdf008988a8873d3f76c0d71b29ab8673 (patch) | |
tree | b1392eb7bc193f820f7f57b8b12eea7ff56239e8 /conf | |
parent | 93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1 (diff) | |
download | bird-c74c0e3cdf008988a8873d3f76c0d71b29ab8673.tar bird-c74c0e3cdf008988a8873d3f76c0d71b29ab8673.zip |
First attempt at protocol configuration (now done only for RIP).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 3eb104d..b20986a 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -10,6 +10,10 @@ CF_HDR #include "nest/bird.h" #include "conf/conf.h" +#include "lib/resource.h" +#include "lib/socket.h" +#include "lib/timer.h" +#include "nest/protocol.h" CF_DECLS |