include: ws2tcpip.h should include winsock2.h.
This commit is contained in:
parent
3f6c3d2db0
commit
1cef5dce9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue