diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 21:09:57 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 21:09:57 +0000 |
commit | c74c0e3cdf008988a8873d3f76c0d71b29ab8673 (patch) | |
tree | b1392eb7bc193f820f7f57b8b12eea7ff56239e8 /conf/confbase.Y | |
parent | 93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1 (diff) |
First attempt at protocol configuration (now done only for RIP).
Diffstat (limited to 'conf/confbase.Y')
-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 3eb104d0..b20986ae 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 |