diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-01 10:09:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-01 10:09:16 +0000 |
commit | 15a3422e9ef297a6867d3c00b1d46079399739c7 (patch) | |
tree | f08993b2bec61e99b52d35be8df9da198e77ab16 | |
parent | 11376014e3b8395c46366c7395b0daeddef8ceda (diff) |
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
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <vector> #include "users.h" #include "channels.h" +#include "modules.h" bool is_uline(const char* server); long duration(const char* str); |