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