comparison src/protocols/oscar/ft.c @ 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 ab0750ac5154
children 609a62b8e748
comparison
equal deleted inserted replaced
8079:8766b6a6641b 8080:4720864c365d
51 #include <netdb.h> 51 #include <netdb.h>
52 #include <sys/socket.h> 52 #include <sys/socket.h>
53 #include <netinet/in.h> 53 #include <netinet/in.h>
54 #include <sys/utsname.h> /* for aim_odc_initiate */ 54 #include <sys/utsname.h> /* for aim_odc_initiate */
55 #include <arpa/inet.h> /* for inet_ntoa */ 55 #include <arpa/inet.h> /* for inet_ntoa */
56 #include <sys/types.h> /* for UINT_MAX */ 56 #include <limits.h> /* for UINT_MAX */
57 #define G_DIR_SEPARATOR '/' 57 #define G_DIR_SEPARATOR '/'
58 #endif 58 #endif
59 59
60 #ifdef _WIN32 60 #ifdef _WIN32
61 #include "win32dep.h" 61 #include "win32dep.h"