From: Alfons Hoogervorst Date: Thu, 27 Dec 2001 19:23:28 +0000 (+0000) Subject: sync hiro's bugfix for BSD (include omission) X-Git-Tag: rel_0_7_0~43 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=48583796ccb07a7b1d2a2adc8b7bce6c75ff5885;hp=1df05877e4e1fc73f6cfcf89fcacaf1b94d5b053 sync hiro's bugfix for BSD (include omission) --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 388222a74..d83f894af 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2001-12-27 [alfons] 0.6.6claws28 + + * src/filter.c + sync the Hiro's bug fix for BSD + 2001-12-27 [melvin] 0.6.6claws27 * src/compose.c diff --git a/configure.in b/configure.in index c2f1f3e74..227083e6c 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=6 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws27 +EXTRA_VERSION=claws28 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl diff --git a/src/filter.c b/src/filter.c index 176114bfb..eddba6315 100644 --- a/src/filter.c +++ b/src/filter.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "intl.h"