summaryrefslogtreecommitdiff
path: root/include/commands
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-17 14:47:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-17 14:47:54 +0000
commit52f7f1a296e4347b2f38d765eb39e2c916028946 (patch)
treedec3dce0278ef2ad13f78f6d2ea15cef014df2ea /include/commands
parent05165a4d5bb0a44aeebd6c99577850e8ea7c71f7 (diff)
Add modules.h to cmd_connect.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4936 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands')
-rw-r--r--include/commands/cmd_connect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands/cmd_connect.h b/include/commands/cmd_connect.h
index 68da0d231..203fbe9c0 100644
--- a/include/commands/cmd_connect.h
+++ b/include/commands/cmd_connect.h
@@ -20,6 +20,7 @@
#include "users.h"
#include "channels.h"
#include "ctables.h"
+#include "modules.h"
class cmd_connect : public command_t
{