From d5f3628ad08849a0c978f7d23dc678133ed33c42 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 29 Jul 2011 09:37:43 +0200 Subject: Different connecters simplified Signed-off-by: Martin Sustrik --- src/ipc_connecter.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ipc_connecter.hpp') diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp index 272e09c..ee57c12 100644 --- a/src/ipc_connecter.hpp +++ b/src/ipc_connecter.hpp @@ -21,6 +21,10 @@ #ifndef __IPC_CONNECTER_HPP_INCLUDED__ #define __IPC_CONNECTER_HPP_INCLUDED__ +#include "platform.hpp" + +#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS + #include "fd.hpp" #include "ip.hpp" #include "own.hpp" @@ -110,3 +114,6 @@ namespace zmq } #endif + +#endif + -- cgit v1.2.3