diff options
Diffstat (limited to 'src/cmd_motd.cpp')
-rw-r--r-- | src/cmd_motd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_motd.cpp b/src/cmd_motd.cpp index 7cd8f2c08..2efd8d55b 100644 --- a/src/cmd_motd.cpp +++ b/src/cmd_motd.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_motd.h" +#include "commands/cmd_motd.h" void cmd_motd::Handle (char **parameters, int pcnt, userrec *user) { |