diff src/protocols/gg/libgg.h @ 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 9d9161a3d9f7
children 1c4092217e4a
line wrap: on
line diff
--- a/src/protocols/gg/libgg.h	Fri Jun 11 00:23:13 2004 +0000
+++ b/src/protocols/gg/libgg.h	Fri Jun 11 03:58:48 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.h 10052 2004-06-10 02:15:16Z thekingant $ */
+/* $Id: libgg.h 10064 2004-06-11 03:58:48Z eblanton $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -29,6 +29,9 @@
   #define INADDR_NONE 0xffffffff
 #endif
 
+#ifdef HAVE_STDINT_H
+#  include <stdint.h>
+#endif
 #include <sys/types.h>
 
 /*