talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7a457d9f8cb119e22ff42097b40cd7153a483dcf
parent 03c3293109f41697368e4e6df809690ceee52c06
Author: Colin Leroy <colin@colino.net>
Date:   Wed,  7 Nov 2012 19:51:30 +0000

2012-11-07 [colin]	3.8.1cvs113

	* src/mbox.c
		Fix Windows build

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/mbox.c | 4++++
4 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-07 [colin] 3.8.1cvs113 + + * src/mbox.c + Fix Windows build + 2012-11-06 [mones] 3.8.1cvs112 * doc/man/claws-mail.1 diff --git a/PATCHSETS b/PATCHSETS @@ -4487,3 +4487,4 @@ ( cvs diff -u -r 1.52.2.89 -r 1.52.2.90 src/prefs_folder_item.c; ) > 3.8.1cvs110.patchset ( cvs diff -u -r 1.52.2.90 -r 1.52.2.91 src/prefs_folder_item.c; ) > 3.8.1cvs111.patchset ( cvs diff -u -r 1.1.2.11 -r 1.1.2.12 doc/man/claws-mail.1; cvs diff -u -r 1.1.2.117 -r 1.1.2.118 src/gtk/quicksearch.c; ) > 3.8.1cvs112.patchset +( cvs diff -u -r 1.28.2.54 -r 1.28.2.55 src/mbox.c; ) > 3.8.1cvs113.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=112 +EXTRA_VERSION=113 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mbox.c b/src/mbox.c @@ -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>