diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-10-06 17:20:06 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-10-06 17:20:06 +0000 |
commit | 43a46046396afa9fa00513eed1a2539d9e849476 (patch) | |
tree | ce9381905318cb5a3d6198316a782e1831106add | |
parent | 83f385acf39ca5f4d2f4754f85f1171f8a1249b8 (diff) |
<ws2tcpip.h> needed for 'socklen_t' typedef.
-rw-r--r-- | include/curl/curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 10a287887..5bd6b3feb 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -151,6 +151,7 @@ extern "C" { /* The check above prevents the winsock2 inclusion if winsock.h already was included, since they can't co-exist without problems */ #include <winsock2.h> +#include <ws2tcpip.h> #endif #else |