talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d003ba2c1cc5cf6e03c0764b9d019196f5f254ae
parent ab83c39b4671bf989ae70253ed3b6e8d1f26ac50
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 19 Feb 2016 23:18:28 +0100

Fix a compile error on Win32.

Diffstat:
Msrc/common/utils.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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>