diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 07:43:45 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 07:43:45 +0000 |
commit | 6d5e291f7d25ae0f9b53ff7b94e09610fb55ccc7 (patch) | |
tree | cf76e8802a7adf9ee038e79b61562b370ce0d6a6 /include | |
parent | f6ec71fc4c0d149ed1682b574c06ab75f125b5b1 (diff) | |
download | ruby-6d5e291f7d25ae0f9b53ff7b94e09610fb55ccc7.tar.gz |
* 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
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h> conflict with varargs.h? #if !defined(WSAAPI) #include <winsock2.h> +#include <ws2tcpip.h> #endif #define NT 1 /* deprecated */ |