Thu, 17 Feb 2011 05:03:58 +0000
hmac.c needs to include libpurple/util.h
--- a/libpurple/ciphers/hmac.c Thu Feb 17 05:02:31 2011 +0000 +++ b/libpurple/ciphers/hmac.c Thu Feb 17 05:03:58 2011 +0000 @@ -21,6 +21,8 @@ */ #include <cipher.h> +#include <util.h> + struct HMAC_Context { PurpleCipherContext *hash; char *name;