[Commits] [SCM] claws branch, master, updated. 3.13.2-52-gd003ba2
ticho at claws-mail.org
ticho at claws-mail.org
Fri Feb 19 23:19:04 CET 2016
The branch, master has been updated
via d003ba2c1cc5cf6e03c0764b9d019196f5f254ae (commit)
from ab83c39b4671bf989ae70253ed3b6e8d1f26ac50 (commit)
Summary of changes:
src/common/utils.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit d003ba2c1cc5cf6e03c0764b9d019196f5f254ae
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Feb 19 23:18:28 2016 +0100
Fix a compile error on Win32.
diff --git a/src/common/utils.c b/src/common/utils.c
index aad985d..1197b35 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -49,7 +49,9 @@
#include <ctype.h>
#include <errno.h>
#include <sys/param.h>
+#ifndef G_OS_WIN32
#include <sys/socket.h>
+#endif
#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
# include <wchar.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list