diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-12-08 02:11:22 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-12-08 02:11:22 +0000 |
commit | 1e4846c57642ed2e472c56876228efcfacab41d9 (patch) | |
tree | 2ce72a637a759926ee01841458e1d36d9d266247 /libsylph | |
parent | a21e7d38da9bf2de2b4801a7ffecd111908ef65d (diff) |
fixed compilation error, and updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2739 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/socks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libsylph/socks.c b/libsylph/socks.c index 8c550658..b4746a15 100644 --- a/libsylph/socks.c +++ b/libsylph/socks.c @@ -23,6 +23,12 @@ #include <glib.h> +#ifdef G_OS_WIN32 +# include <winsock2.h> +# include <ws2tcpip.h> +#endif + +#include "socket.h" #include "socks.h" #include "utils.h" |