aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hash_bcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hash_bcrypt.cpp')
-rw-r--r--modules/hash_bcrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hash_bcrypt.cpp b/modules/hash_bcrypt.cpp
index b90c8c203..0dc2c8764 100644
--- a/modules/hash_bcrypt.cpp
+++ b/modules/hash_bcrypt.cpp
@@ -18,7 +18,7 @@
#include "inspircd.h"
-#include "modules/newhash.h"
+#include "modules/hash.h"
#include <bcrypt/crypt_blowfish.c>