changeset 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 42147e198008
children 4418c97490ed
files libpurple/ciphers/hmac.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;