diff src/protocols/oscar/chat.c @ 5927:04dc7fe68889

[gaim-migrate @ 6367] Another crisp patch from Ryan McCabe (odin). This one makes libfaim act less sucky in the event of some weird connection problems (read: rare shizzle). Also some header and compile warning cleanup. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Jun 2003 04:16:23 +0000
parents 09f7f23dc83a
children 5e9364e9b29e
line wrap: on
line diff
--- a/src/protocols/oscar/chat.c	Fri Jun 20 03:55:56 2003 +0000
+++ b/src/protocols/oscar/chat.c	Fri Jun 20 04:16:23 2003 +0000
@@ -6,6 +6,8 @@
 #define FAIM_INTERNAL
 #include <aim.h> 
 
+#include <string.h>
+
 /* Stored in the ->priv of chat connections */
 struct chatconnpriv {
 	fu16_t exchange;