[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-71-g03c162cda
paul at claws-mail.org
paul at claws-mail.org
Sun Oct 9 11:49:01 CEST 2022
The branch, gtk2 has been updated
via 03c162cdaf80eef6e9cd3253307a62f7dd636b30 (commit)
from 1303881a6017f8bd9fb451a8f9b11a6031efaa12 (commit)
Summary of changes:
src/prefs_account.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 03c162cdaf80eef6e9cd3253307a62f7dd636b30
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Oct 8 23:40:58 2022 -0700
Fix building on Windows
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 0bc85caa0..2b2b11c74 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -26,6 +26,9 @@
#ifdef G_OS_WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
+#else
+#include <sys/socket.h>
+#include <netinet/in.h>
#endif
#include <glib.h>
@@ -36,8 +39,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list