Mercurial > pidgin.yaz
changeset 3139:b9cd7332adb7
[gaim-migrate @ 3154]
OSX compile fix. Thanks, bmiller.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 12 Apr 2002 02:32:28 +0000 |
parents | e970fccae757 |
children | aa18e79365b7 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Fri Apr 12 02:30:41 2002 +0000 +++ b/src/protocols/oscar/oscar.c Fri Apr 12 02:32:28 2002 +0000 @@ -59,7 +59,7 @@ #include "pixmaps/gnomeicu-occ.xpm" #include "pixmaps/gnomeicu-ffc.xpm" -#if defined(__SVR4) && !defined(_SOCKLEN_T) +#if (defined(__SVR4) && !defined(_SOCKLEN_T)) || defined(__MACH__) typedef uint32_t socklen_t; #endif