diff 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
line wrap: on
line diff
--- a/src/protocols/gg/common.c	Fri Jun 11 00:23:13 2004 +0000
+++ b/src/protocols/gg/common.c	Fri Jun 11 03:58:48 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: common.c 9665 2004-05-06 22:38:01Z thekingant $ */
+/* $Id: common.c 10064 2004-06-11 03:58:48Z eblanton $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -42,8 +42,8 @@
 #ifdef sun
   #include <sys/filio.h>
 #endif
+#include "config.h"
 #include "libgg.h"
-#include "config.h"
 #include <glib.h>
 
 #ifdef _WIN32