# HG changeset patch # User Gary Kramlich # Date 1297919038 0 # Node ID 45f318d865ac30386d3423858b04e980dc4807f8 # Parent 42147e198008a40c312ac4099182da6b5e413b79 hmac.c needs to include libpurple/util.h diff -r 42147e198008 -r 45f318d865ac libpurple/ciphers/hmac.c --- 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 +#include + struct HMAC_Context { PurpleCipherContext *hash; char *name;