comparison libfaim/aim_ft.c @ 932:13bdc97d433e

[gaim-migrate @ 942] bah. hopefully this will help people who aren't POSIX compliant. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 21 Sep 2000 00:45:30 +0000
parents e1da6a6ec42b
children fa681641643d
comparison
equal deleted inserted replaced
931:59d9e1177ab5 932:13bdc97d433e
4 #include <netdb.h> 4 #include <netdb.h>
5 #include <sys/socket.h> 5 #include <sys/socket.h>
6 #include <netinet/in.h> 6 #include <netinet/in.h>
7 #include <sys/utsname.h> /* for aim_directim_initiate */ 7 #include <sys/utsname.h> /* for aim_directim_initiate */
8 #include <arpa/inet.h> /* for inet_ntoa */ 8 #include <arpa/inet.h> /* for inet_ntoa */
9 #endif
10 #ifdef NEED_SOCKLEN_T
11 typedef unsigned int socklen_t;
9 #endif 12 #endif
10 13
11 /* aim_msgcookies.c is mostly new. just look at the diff and replace yours, easiest. */ 14 /* aim_msgcookies.c is mostly new. just look at the diff and replace yours, easiest. */
12 15
13 /* 16 /*