From 8f86cac2f6721eec4b600383eb113f7fedf41ce1 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 9 Feb 2010 19:23:15 +0100 Subject: ZMQII-69: Make 0MQ build on HP-UX --- src/tcp_connecter.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/tcp_connecter.hpp') diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp index eee13ef..f1a124f 100644 --- a/src/tcp_connecter.hpp +++ b/src/tcp_connecter.hpp @@ -20,8 +20,15 @@ #ifndef __ZMQ_TCP_CONNECTER_HPP_INCLUDED__ #define __ZMQ_TCP_CONNECTER_HPP_INCLUDED__ +#include "platform.hpp" #include "fd.hpp" -#include "ip.hpp" + +#ifdef ZMQ_HAVE_WINDOWS +#include "windows.hpp" +#else +#include +#include +#endif namespace zmq { -- cgit v1.2.3