commit 2d4362f17612b1252752307c13cd256683b6262b parent 964a118312e2b13d767051a4b0cb58fecda96e8a Author: Jonathan Boeing <jonathan@claws-mail.org> Date: Sat, 21 May 2022 21:45:55 -0700 Fix building on windows Diffstat:
| M | src/prefs_account.c | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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>