From: Tristan Chabredier Date: Tue, 19 Dec 2006 15:11:50 +0000 (+0000) Subject: 2006-12-19 [wwp] 2.6.1cvs52 X-Git-Tag: rel_2_7_0~70 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ba449f7cdff487914d490f0c534ebabe98450a97 2006-12-19 [wwp] 2.6.1cvs52 * src/gtk/about.c Add missing #include (thanks to Colin). --- diff --git a/ChangeLog b/ChangeLog index 8f5dc58e2..bcfa7e00c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-19 [wwp] 2.6.1cvs52 + + * src/gtk/about.c + Add missing #include (thanks to Colin). + 2006-12-19 [wwp] 2.6.1cvs51 * src/prefs_receive.c diff --git a/PATCHSETS b/PATCHSETS index 48b0c57ea..771f31c48 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2159,3 +2159,4 @@ ( cvs diff -u -r 1.23.2.11 -r 1.23.2.12 src/common/session.c; ) > 2.6.1cvs49.patchset ( cvs diff -u -r 1.179.2.140 -r 1.179.2.141 src/imap.c; ) > 2.6.1cvs50.patchset ( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/prefs_receive.c; ) > 2.6.1cvs51.patchset +( cvs diff -u -r 1.4.2.45 -r 1.4.2.46 src/gtk/about.c; ) > 2.6.1cvs52.patchset diff --git a/configure.ac b/configure.ac index 0005fd976..a218ed175 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=6 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=51 +EXTRA_VERSION=52 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/about.c b/src/gtk/about.c index 910fca831..1cfbdd1f3 100644 --- a/src/gtk/about.c +++ b/src/gtk/about.c @@ -39,6 +39,7 @@ #if HAVE_SYS_UTSNAME_H # include #endif +#include #include "about.h" #include "gtkutils.h"