From: Colin Leroy Date: Mon, 12 Jun 2006 06:30:39 +0000 (+0000) Subject: 2006-06-12 [colin] 2.2.3cvs13 X-Git-Tag: rel_2_3_0~2 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5a67aaef3f82df3fe2f43c616046dee30b0deb88;ds=sidebyside 2006-06-12 [colin] 2.2.3cvs13 * src/mbox.c Add missing header --- diff --git a/ChangeLog b/ChangeLog index bf5186fcf..e0a421c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 [colin] 2.2.3cvs13 + + * src/mbox.c + Add missing header + 2006-06-11 [colin] 2.2.3cvs12 * src/msgcache.c diff --git a/PATCHSETS b/PATCHSETS index ef5780c95..04f1bf024 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1573,3 +1573,4 @@ ( cvs diff -u -r 1.96.2.116 -r 1.96.2.117 src/textview.c; ) > 2.2.3cvs10.patchset ( cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/wizard.c; ) > 2.2.3cvs11.patchset ( cvs diff -u -r 1.16.2.32 -r 1.16.2.33 src/msgcache.c; ) > 2.2.3cvs12.patchset +( cvs diff -u -r 1.28.2.16 -r 1.28.2.17 src/mbox.c; ) > 2.2.3cvs13.patchset diff --git a/configure.ac b/configure.ac index 013c85d11..c4ff088b5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=2 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=12 +EXTRA_VERSION=13 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mbox.c b/src/mbox.c index f865aba06..be06f0d48 100644 --- a/src/mbox.c +++ b/src/mbox.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "mbox.h" #include "procmsg.h"