From 7a457d9f8cb119e22ff42097b40cd7153a483dcf Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Wed, 7 Nov 2012 19:51:30 +0000 Subject: [PATCH] 2012-11-07 [colin] 3.8.1cvs113 * src/mbox.c Fix Windows build --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/mbox.c | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e649003a..333ec66d3 100644 --- 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 index 5e5a51b1a..6f7a7ce66 100644 --- 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 index 7abe54ab5..fba1a8955 100644 --- 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 index be000f7fc..3d63009d9 100644 --- a/src/mbox.c +++ b/src/mbox.c @@ -26,6 +26,10 @@ #define _GNU_SOURCE #include +#ifdef USE_PTHREAD +#include +#endif + #include "defs.h" #include #include -- 2.25.1