diff libpurple/ciphers/hmac.c @ 31673:45f318d865ac

hmac.c needs to include libpurple/util.h
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 05:03:58 +0000
parents 2d3c1197f930
children ca94413ccd0e
line wrap: on
line diff
--- 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;