summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpurple/ciphers/hmac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/ciphers/hmac.c b/libpurple/ciphers/hmac.c
index f05240a7c8..1c24e87720 100644
--- a/libpurple/ciphers/hmac.c
+++ b/libpurple/ciphers/hmac.c
@@ -21,6 +21,8 @@
*/
#include <cipher.h>
+#include <util.h>
+
struct HMAC_Context {
PurpleCipherContext *hash;
char *name;