From 15a3422e9ef297a6867d3c00b1d46079399739c7 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 1 Aug 2006 10:09:16 +0000 Subject: Missing include breaks "make clean" on the cmd_* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4608 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/commands.h b/include/commands.h index e422b5c44..0a2e9fbd7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -27,6 +27,7 @@ #include #include "users.h" #include "channels.h" +#include "modules.h" bool is_uline(const char* server); long duration(const char* str); -- cgit v1.2.3