diff options
Diffstat (limited to 'bgpd/bgp_regex.c')
-rw-r--r-- | bgpd/bgp_regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_regex.c b/bgpd/bgp_regex.c index 13fa8295..d96f74ce 100644 --- a/bgpd/bgp_regex.c +++ b/bgpd/bgp_regex.c @@ -24,6 +24,8 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "command.h" #include "memory.h" #include "filter.h" +#include "linklist.h" +#include "prefix.h" #include "bgpd.h" #include "bgp_aspath.h" |