[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-31-g321998692
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun May 22 07:04:44 CEST 2022
The branch, gtk2 has been updated
via 3219986926a5724a14359f7bff379fafb99e2ca2 (commit)
from ba6663478a91b77f6b8a65dc81d0ef88fbf80f40 (commit)
Summary of changes:
src/prefs_account.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 3219986926a5724a14359f7bff379fafb99e2ca2
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat May 21 21:45:55 2022 -0700
Fix building on windows
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 47e1ce514..5554c7cda 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -23,6 +23,11 @@
#include "defs.h"
+#ifdef G_OS_WIN32
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#endif
+
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list