From 2a1a902b208f7bf6da642b99c18e9957d5b0d6a0 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 17 Feb 2011 05:03:58 +0000 Subject: hmac.c needs to include libpurple/util.h --- libpurple/ciphers/hmac.c | 2 ++ 1 file changed, 2 insertions(+) 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 +#include + struct HMAC_Context { PurpleCipherContext *hash; char *name; -- cgit v1.2.1