diff options
Diffstat (limited to 'modules/m_xline.c')
-rw-r--r-- | modules/m_xline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/m_xline.c b/modules/m_xline.c index a0fcdbc..0fbea64 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -43,6 +43,7 @@ #include "modules.h" #include "resv.h" #include "conf_db.h" +#include "memory.h" static int valid_xline(struct Client *, char *, char *, int); |