From 6d5e291f7d25ae0f9b53ff7b94e09610fb55ccc7 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 6 Jun 2008 07:43:45 +0000 Subject: * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ include/ruby/win32.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c870c9714..732371201d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 6 16:41:45 2008 NAKAMURA Usaku + + * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] + Fri Jun 6 15:05:02 2008 Tanaka Akira * gc.c (count_objects): clear hash after counting objects. diff --git a/include/ruby/win32.h b/include/ruby/win32.h index a0acb7fff9..a340586d32 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -28,6 +28,7 @@ extern "C" { // #include conflict with varargs.h? #if !defined(WSAAPI) #include +#include #endif #define NT 1 /* deprecated */ -- cgit v1.2.3