X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/3c5a494dddf05cbaaa00811377028b4e9548bcf1..4998e3d6dc88c99c2c94e82a5a8e5445140b6423:/src/reject.c diff --git a/src/reject.c b/src/reject.c index 8f589f30..4f051c97 100644 --- a/src/reject.c +++ b/src/reject.c @@ -24,6 +24,7 @@ */ #include "stdinc.h" +#include "struct.h" #include "client.h" #include "s_conf.h" #include "reject.h" @@ -33,6 +34,7 @@ #include "numeric.h" #include "parse.h" #include "hostmask.h" +#include "match.h" static rb_patricia_tree_t *global_tree; static rb_patricia_tree_t *reject_tree; @@ -587,4 +589,3 @@ rehash_global_cidr_tree(void) } return; } -