mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 07:04:41 +01:00
Different connecters simplified
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user