hmac.c needs to include libpurple/util.h cipher_breakout

Thu, 17 Feb 2011 05:03:58 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 17 Feb 2011 05:03:58 +0000
branch
cipher_breakout
changeset 31433
74874b2d24f9
parent 31432
057bf7233e54
child 31434
d9b76cfd8500

hmac.c needs to include libpurple/util.h

libpurple/ciphers/hmac.c file | annotate | diff | comparison | revisions
--- 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;

mercurial