diff src/protocols/oscar/ft.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 2141e33513ef
children c9ac24f6c09e
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c	Fri Jun 20 03:55:56 2003 +0000
+++ b/src/protocols/oscar/ft.c	Fri Jun 20 04:16:23 2003 +0000
@@ -47,6 +47,7 @@
 #include <aim.h>
 
 #ifndef _WIN32
+#include <stdio.h>
 #include <netdb.h>
 #include <sys/socket.h>
 #include <netinet/in.h>