libfaim/aim_ft.c

changeset 932
856ba50f45cd
parent 889
070eb1c6db95
child 960
c4012584334f
--- a/libfaim/aim_ft.c	Wed Sep 20 23:35:17 2000 +0000
+++ b/libfaim/aim_ft.c	Thu Sep 21 00:45:30 2000 +0000
@@ -7,6 +7,9 @@
 #include <sys/utsname.h> /* for aim_directim_initiate */
 #include <arpa/inet.h> /* for inet_ntoa */
 #endif
+#ifdef NEED_SOCKLEN_T
+typedef unsigned int socklen_t;
+#endif
 
 /* aim_msgcookies.c is mostly new. just look at the diff and replace yours, easiest. */
 

mercurial