projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23520f5
)
Include win headers for send/recv
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Jan 2010 21:18:10 +0000
(22:18 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Jan 2010 21:18:10 +0000
(22:18 +0100)
src/thread_pool_observer.cpp
patch
|
blob
|
history
diff --git
a/src/thread_pool_observer.cpp
b/src/thread_pool_observer.cpp
index
653e42f
..
bafac65
100644
(file)
--- a/
src/thread_pool_observer.cpp
+++ b/
src/thread_pool_observer.cpp
@@
-22,6
+22,10
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <unistd.h>
#endif
+#ifdef WIN32
+#include <windows.h>
+#include <winsock.h>
+#endif
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>