diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index a5fd8c1e47b..939cbaf6104 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -17,6 +17,10 @@ #include <Ice/EventHandlerF.h> #include <list> +#ifndef WIN32 +# define SOCKET int +#endif + namespace IceInternal { |