[gaim-migrate @ 10052]

Thu, 10 Jun 2004 02:15:16 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 10 Jun 2004 02:15:16 +0000
changeset 9253
83155da27f0c
parent 9252
1e84ab6b6bde
child 9254
43da250f1131

[gaim-migrate @ 10052]
stdint.h is a C99 thing, methinks
If this breaks something then fix it by doing something other than
re-adding this include.
Thank you for flying Southwest.

src/protocols/gg/libgg.h file | annotate | diff | comparison | revisions
--- a/src/protocols/gg/libgg.h	Thu Jun 10 02:10:43 2004 +0000
+++ b/src/protocols/gg/libgg.h	Thu Jun 10 02:15:16 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.h 9537 2004-04-23 17:24:19Z lschiere $ */
+/* $Id: libgg.h 10052 2004-06-10 02:15:16Z thekingant $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -29,7 +29,6 @@
   #define INADDR_NONE 0xffffffff
 #endif
 
-#include <stdint.h>
 #include <sys/types.h>
 
 /*

mercurial