summaryrefslogtreecommitdiff
path: root/src/fq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fq.hpp')
-rw-r--r--src/fq.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fq.hpp b/src/fq.hpp
index 8c6c95c..c35d458 100644
--- a/src/fq.hpp
+++ b/src/fq.hpp
@@ -23,6 +23,7 @@
#include "array.hpp"
#include "pipe.hpp"
+#include "msg.hpp"
namespace zmq
{
@@ -40,7 +41,7 @@ namespace zmq
void attach (reader_t *pipe_);
void terminate ();
- int recv (zmq_msg_t *msg_, int flags_);
+ int recv (msg_t *msg_, int flags_);
bool has_in ();
// i_reader_events implementation.