summaryrefslogtreecommitdiff
path: root/src/encoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoder.hpp')
-rw-r--r--src/encoder.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/encoder.hpp b/src/encoder.hpp
index 918ec2b..617b65b 100644
--- a/src/encoder.hpp
+++ b/src/encoder.hpp
@@ -27,8 +27,7 @@
#include <algorithm>
#include "err.hpp"
-
-#include "../include/zmq.h"
+#include "msg.hpp"
namespace zmq
{
@@ -172,7 +171,7 @@ namespace zmq
bool message_ready ();
struct i_inout *source;
- ::zmq_msg_t in_progress;
+ msg_t in_progress;
unsigned char tmpbuf [10];
encoder_t (const encoder_t&);