diff libpurple/cipher.h @ 31219:2d3c1197f930

included string.h in cipher.h since almost all of the ciphers use it.
author Gary Kramlich <grim@reaperworld.com>
date Mon, 14 Feb 2011 06:54:12 +0000
parents 64587c6084e3
children 2b041e31b825
line wrap: on
line diff
--- a/libpurple/cipher.h	Mon Feb 14 06:51:10 2011 +0000
+++ b/libpurple/cipher.h	Mon Feb 14 06:54:12 2011 +0000
@@ -28,6 +28,7 @@
 #define PURPLE_CIPHER_H
 
 #include <glib.h>
+#include <string.h>
 
 #define PURPLE_CIPHER(obj)			((PurpleCipher *)(obj))			/**< PurpleCipher typecast helper			*/
 #define PURPLE_CIPHER_OPS(obj)		((PurpleCipherOps *)(obj))		/**< PurpleCipherInfo typecase helper		*/