X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d8c3d5fe974eb301aabc0c0be37a11730244a0da..77d3d2dbafbb44bc4dc87c9d4612a646c546af5d:/modules/m_whois.c diff --git a/modules/m_whois.c b/modules/m_whois.c index 65b169b0..b02aa1d5 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -45,6 +45,7 @@ #include "s_newconf.h" #include "ipv4_from_ipv6.h" #include "ratelimit.h" +#include "s_assert.h" static void do_whois(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]); static void single_whois(struct Client *source_p, struct Client *target_p, int operspy);