[Commits] mbox.c 1.28.2.54 1.28.2.55

colin at claws-mail.org colin at claws-mail.org
Wed Nov 7 20:51:30 CET 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv8886/src

Modified Files:
      Tag: gtk2
	mbox.c 
Log Message:
2012-11-07 [colin]	3.8.1cvs113

	* src/mbox.c
		Fix Windows build

Index: mbox.c
===================================================================
RCS file: /home/claws-mail/claws/src/mbox.c,v
retrieving revision 1.28.2.54
retrieving revision 1.28.2.55
diff -u -d -r1.28.2.54 -r1.28.2.55
--- mbox.c	10 Oct 2012 08:12:10 -0000	1.28.2.54
+++ mbox.c	7 Nov 2012 19:51:28 -0000	1.28.2.55
@@ -26,6 +26,10 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 
+#ifdef USE_PTHREAD
+#include <pthread.h>
+#endif
+
 #include "defs.h"
 #include <glib.h>
 #include <glib/gi18n.h>



More information about the Commits mailing list