diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-04-18 08:55:51 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-04-18 08:55:51 +0200 |
commit | e3dc0b25d98eb072ab37aac842bba0802c87e3e6 (patch) | |
tree | 414901ff848e5ac940d1c01b31372b54cd7443fb | |
parent | 452ea97f5bb1bdd4d5ba76279de4189e8b8e5662 (diff) |
OpenPGM compilation error on OSX fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | src/pgm_socket.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp index 44926ef..07acb3d 100644 --- a/src/pgm_socket.hpp +++ b/src/pgm_socket.hpp @@ -32,6 +32,10 @@ #include <pgm/pgm.h> +#ifdef ZMQ_HAVE_OSX +#include <pgm/in.h> +#endif + #include "options.hpp" namespace zmq |