ce327c3f34
- gnomeprint flavor has been removed, it uses gtkprint now - patch-src_procmime_c updated to fix a problem reported by Marten King - pgp* plugins are built but not installed, due to a severe threading bug : see http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1348 tested by many, ok ajacoutot@ kili@ and MAINTAINER
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$OpenBSD: patch-src_common_ssl_certificate_c,v 1.1 2008/01/08 23:13:23 landry Exp $
|
|
--- src/common/ssl_certificate.c.orig Tue Dec 18 19:40:50 2007
|
|
+++ src/common/ssl_certificate.c Tue Dec 18 20:07:02 2007
|
|
@@ -37,6 +37,9 @@
|
|
#include <glib.h>
|
|
#include <glib/gi18n.h>
|
|
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
+
|
|
#ifdef G_OS_WIN32
|
|
#include "winsock2.h"
|
|
#endif
|