From: Adam Dickmeiss Date: Mon, 7 Nov 2005 22:46:42 +0000 (+0000) Subject: Include sys/socket.h when available X-Git-Tag: YP2.0.0.2~143 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=305de106cba7adf288c9349072084bdec12a436b;p=metaproxy-moved-to-github.git Include sys/socket.h when available --- diff --git a/src/thread_pool_observer.cpp b/src/thread_pool_observer.cpp index 0714770..9c7dfda 100644 --- a/src/thread_pool_observer.cpp +++ b/src/thread_pool_observer.cpp @@ -1,5 +1,5 @@ -/* $Id: thread_pool_observer.cpp,v 1.12 2005-11-07 22:43:17 adam Exp $ +/* $Id: thread_pool_observer.cpp,v 1.13 2005-11-07 22:46:42 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -13,6 +13,10 @@ #include #endif +#if HAVE_SYS_SOCKET_H +#include +#endif + #include #include #include