diff src/protocols/gg/libgg.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 ce90b119b103
children 1c4092217e4a
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c	Fri Jun 11 00:23:13 2004 +0000
+++ b/src/protocols/gg/libgg.c	Fri Jun 11 03:58:48 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.c 9537 2004-04-23 17:24:19Z lschiere $ */
+/* $Id: libgg.c 10064 2004-06-11 03:58:48Z eblanton $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -49,9 +49,9 @@
 #if G_BYTE_ORDER == G_BIG_ENDIAN
 #  define WORDS_BIGENDIAN 1
 #endif
+#include "internal.h"
 #include "libgg.h"
 
-#include "internal.h"
 #include "proxy.h"
 #include "debug.h"
 
@@ -73,7 +73,7 @@
 #ifdef __GNUC__
 __attribute__ ((unused))
 #endif
-= "$Id: libgg.c 9537 2004-04-23 17:24:19Z lschiere $";
+= "$Id: libgg.c 10064 2004-06-11 03:58:48Z eblanton $";
 
 #endif