CVS: sylpheedclaws/sylpheed-claws/src/gtk about.c,1.4.2.45,1.4.2.46
[email protected] Tue, 19 Dec 2006 15:11:41 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv6604/src/gtk
Modified Files:
Tag: gtk2
about.c
Log Message:
2006-12-19 [wwp] 2.6.1cvs52
* src/gtk/about.c
Add missing #include (thanks to Colin).
Index: about.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/about.c,v
retrieving revision 1.4.2.45
retrieving revision 1.4.2.46
diff -u -d -r1.4.2.45 -r1.4.2.46
--- about.c 2006/12/18 17:21:29 1.4.2.45
+++ about.c 2006/12/19 15:11:32 1.4.2.46
@@ -39,6 +39,7 @@
#if HAVE_SYS_UTSNAME_H
# include <sys/utsname.h>
#endif
+#include <errno.h>
#include "about.h"
#include "gtkutils.h"