diff src/protocols/oscar/oscar.c @ 3063:22c84cbcd5a6

[gaim-migrate @ 3077] A buddy window placement fix by Marc Deslauriers and a compile fix from Benjamin Miller. Thanks guys. Also, an irc fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 16 Mar 2002 20:14:24 +0000
parents 966c4e460ebb
children f0aaea918717
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sat Mar 16 06:16:11 2002 +0000
+++ b/src/protocols/oscar/oscar.c	Sat Mar 16 20:14:24 2002 +0000
@@ -58,6 +58,10 @@
 #include "pixmaps/gnomeicu-occ.xpm"
 #include "pixmaps/gnomeicu-ffc.xpm"
 
+#if defined(__SVR4) && !defined(_SOCKLEN_T)
+typedef uint32_t        socklen_t;
+#endif
+
 /* constants to identify proto_opts */
 #define USEROPT_AUTH      0
 #define USEROPT_AUTHPORT  1