[Commits] [SCM] claws branch, master, updated. 4.1.0-23-g2d4362f17
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun May 22 07:04:37 CEST 2022
The branch, master has been updated
via 2d4362f17612b1252752307c13cd256683b6262b (commit)
from 964a118312e2b13d767051a4b0cb58fecda96e8a (commit)
Summary of changes:
src/prefs_account.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 2d4362f17612b1252752307c13cd256683b6262b
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 6e043271f..10e1ce485 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