Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- 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. */
