summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2011-02-17 05:03:58 +0000
committerGary Kramlich <grim@reaperworld.com>2011-02-17 05:03:58 +0000
commit2a1a902b208f7bf6da642b99c18e9957d5b0d6a0 (patch)
tree8d926193949eb25e1fd1327eb10f7fc2bbdcb750
parentccfd4adb81fc3a523146a1b03bac7157e88990f4 (diff)
downloadpidgin-2a1a902b208f7bf6da642b99c18e9957d5b0d6a0.tar.gz
hmac.c needs to include libpurple/util.h
-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;