[Commits] defs.h 1.9.2.52 1.9.2.53

colin at claws-mail.org colin at claws-mail.org
Mon Oct 31 21:51:39 CET 2011


Update of /home/claws-mail/claws/src/common
In directory claws-mail:/tmp/cvs-serv1008/src/common

Modified Files:
      Tag: gtk2
	defs.h 
Log Message:
2011-10-31 [colin]	3.7.10cvs65

	* src/common/defs.h
		Fix build with GLib 2.31. Thanks to Charles A. Edwards

Index: defs.h
===================================================================
RCS file: /home/claws-mail/claws/src/common/defs.h,v
retrieving revision 1.9.2.52
retrieving revision 1.9.2.53
diff -u -d -r1.9.2.52 -r1.9.2.53
--- defs.h	20 Oct 2011 15:47:10 -0000	1.9.2.52
+++ defs.h	31 Oct 2011 20:51:36 -0000	1.9.2.53
@@ -24,7 +24,7 @@
 #  include "config.h"
 #endif
 
-#include <glibconfig.h>
+#include <glib.h>
 
 #ifdef G_OS_WIN32
 #  include <glib/gwin32.h>



More information about the Commits mailing list