aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k/pbkdf2/pbkdf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s2k/pbkdf2/pbkdf2.h')
-rw-r--r--src/s2k/pbkdf2/pbkdf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2k/pbkdf2/pbkdf2.h b/src/s2k/pbkdf2/pbkdf2.h
index 52148df2f..f9969c0b0 100644
--- a/src/s2k/pbkdf2/pbkdf2.h
+++ b/src/s2k/pbkdf2/pbkdf2.h
@@ -7,7 +7,7 @@
#define BOTAN_PBKDF2_H__
#include <botan/s2k.h>
-#include <botan/hash.h>
+#include <botan/mac.h>
namespace Botan {