| commit | 1cef5dce9c73ab9d0fbfc621be79cf24765f8d35 | [log] [tgz] |
|---|---|---|
| author | Rob Shearman <rob@codeweavers.com> | Wed Jan 02 22:53:58 2008 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 03 11:40:31 2008 +0100 |
| tree | f382499b1ede3654471768b77399e897c50c3b76 | |
| parent | 3f6c3d2db0b77f44e711d1ee2e2416e2708ef3d1 [diff] [blame] |
include: ws2tcpip.h should include winsock2.h.
diff --git a/include/ws2tcpip.h b/include/ws2tcpip.h index 8d3c837..57a1dc7 100644 --- a/include/ws2tcpip.h +++ b/include/ws2tcpip.h
@@ -19,6 +19,10 @@ #ifndef __WS2TCPIP__ #define __WS2TCPIP__ +#include <winsock2.h> +/* FIXME: #include <ws2ipdef.h> */ +#include <limits.h> + #ifdef USE_WS_PREFIX #define WS(x) WS_##x #else