2006-12-19 [wwp] 2.6.1cvs52
authorTristan Chabredier <wwp@claws-mail.org>
Tue, 19 Dec 2006 15:11:50 +0000 (15:11 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Tue, 19 Dec 2006 15:11:50 +0000 (15:11 +0000)
* src/gtk/about.c
Add missing #include (thanks to Colin).

ChangeLog
PATCHSETS
configure.ac
src/gtk/about.c

index 8f5dc58e2bcf7504c01b037a9fbe495fbe808a07..bcfa7e00c318aaea4f7d85655e83396c1d7b36a3 100644 (file)
--- 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
index 48b0c57eadf0ca4464aa715d911f28ac0b032d78..771f31c481c5ebdf401e37a7b8cadbdccd0025a6 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index 0005fd9761d242629959d3efc9b3e03bf1f62ddb..a218ed175b892615eefb6432d84ee861433744bd 100644 (file)
@@ -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=
 
index 910fca831fd3d2e9dc9a64ca8595ba4a0de66795..1cfbdd1f378f0ae335fa8ff2cd06948db3afd4c8 100644 (file)
@@ -39,6 +39,7 @@
 #if HAVE_SYS_UTSNAME_H
 #  include <sys/utsname.h>
 #endif
+#include <errno.h>
 
 #include "about.h"
 #include "gtkutils.h"