aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pwdhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pbkdf/pwdhash.cpp')
-rw-r--r--src/lib/pbkdf/pwdhash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pbkdf/pwdhash.cpp b/src/lib/pbkdf/pwdhash.cpp
index 718024a22..9680604b2 100644
--- a/src/lib/pbkdf/pwdhash.cpp
+++ b/src/lib/pbkdf/pwdhash.cpp
@@ -6,7 +6,7 @@
#include <botan/pwdhash.h>
#include <botan/exceptn.h>
-#include <botan/scan_name.h>
+#include <botan/internal/scan_name.h>
#if defined(BOTAN_HAS_PBKDF2)
#include <botan/pbkdf2.h>