diff src/protocols/oscar/bos.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 2532f1192da3
children 1bebb8345bde
line wrap: on
line diff
--- a/src/protocols/oscar/bos.c	Fri Jun 20 03:55:56 2003 +0000
+++ b/src/protocols/oscar/bos.c	Fri Jun 20 04:16:23 2003 +0000
@@ -6,6 +6,8 @@
 #define FAIM_INTERNAL
 #include <aim.h>
 
+#include <string.h>
+
 /* Subtype 0x0002 - Request BOS rights. */
 faim_export int aim_bos_reqrights(aim_session_t *sess, aim_conn_t *conn)
 {