comparison src/protocols/gg/common.c @ 9265:6a1f2c444ee7

[gaim-migrate @ 10064] Apparently stdint.h is required on OS X. This now looks to see if stdint.h exists. and includes it only if it does. If this doesn't fix whatever platform was broken (KingAnt, what was that?), we'll look for another solution. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 11 Jun 2004 03:58:48 +0000
parents 136b4e159d04
children 64895571248f
comparison
equal deleted inserted replaced
9264:cea7eba5f494 9265:6a1f2c444ee7
1 /* $Id: common.c 9665 2004-05-06 22:38:01Z thekingant $ */ 1 /* $Id: common.c 10064 2004-06-11 03:58:48Z eblanton $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, 4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
5 * Robert J. Wo¼ny <speedy@ziew.org> 5 * Robert J. Wo¼ny <speedy@ziew.org>
6 * 6 *
40 #include <stdarg.h> 40 #include <stdarg.h>
41 #include <time.h> 41 #include <time.h>
42 #ifdef sun 42 #ifdef sun
43 #include <sys/filio.h> 43 #include <sys/filio.h>
44 #endif 44 #endif
45 #include "config.h"
45 #include "libgg.h" 46 #include "libgg.h"
46 #include "config.h"
47 #include <glib.h> 47 #include <glib.h>
48 48
49 #ifdef _WIN32 49 #ifdef _WIN32
50 #include "win32dep.h" 50 #include "win32dep.h"
51 #endif 51 #endif