diff options
Diffstat (limited to 'src/cmd_whois.cpp')
-rw-r--r-- | src/cmd_whois.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_whois.cpp b/src/cmd_whois.cpp index 75e469f92..bb36f3d6d 100644 --- a/src/cmd_whois.cpp +++ b/src/cmd_whois.cpp @@ -21,7 +21,7 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_whois.h" +#include "commands/cmd_whois.h" extern ServerConfig* Config; extern InspIRCd* ServerInstance; |