Mercurial > pidgin.yaz
changeset 8080:4720864c365d
[gaim-migrate @ 8779]
apparently limits.h is more correct
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 12 Jan 2004 02:52:21 +0000 |
parents | 8766b6a6641b |
children | c76d7f5ab335 |
files | src/protocols/oscar/ft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c Mon Jan 12 00:28:27 2004 +0000 +++ b/src/protocols/oscar/ft.c Mon Jan 12 02:52:21 2004 +0000 @@ -53,7 +53,7 @@ #include <netinet/in.h> #include <sys/utsname.h> /* for aim_odc_initiate */ #include <arpa/inet.h> /* for inet_ntoa */ -#include <sys/types.h> /* for UINT_MAX */ +#include <limits.h> /* for UINT_MAX */ #define G_DIR_SEPARATOR '/' #endif