From 64e7e1880f5350fe6ddebd81612f4d219608dfd9 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Oct 2014 03:54:00 +0000 Subject: include winsock2.h in socket.h git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3427 ee746299-78ed-0310-b773-934348b2243d --- libsylph/socket.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsylph/socket.h b/libsylph/socket.h index 52f4fd42..15bcef70 100644 --- a/libsylph/socket.h +++ b/libsylph/socket.h @@ -28,6 +28,9 @@ #if HAVE_NETDB_H # include #endif +#ifdef G_OS_WIN32 +# include +#endif typedef struct _SockInfo SockInfo; -- cgit v1.2.3