summaryrefslogtreecommitdiff
path: root/perf/c/remote_thr.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/c/remote_thr.c')
-rw-r--r--perf/c/remote_thr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/c/remote_thr.c b/perf/c/remote_thr.c
index a30c6f2..d542b1e 100644
--- a/perf/c/remote_thr.c
+++ b/perf/c/remote_thr.c
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <zmq.hpp>
+#include <zmq.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -32,7 +32,7 @@ int main (int argc, char *argv [])
void *s;
int rc;
int i;
- zmq_msg_t msg;
+ struct zmq_msg_t msg;
if (argc != 4) {
printf ("usage: remote_thr <connect-to> <message-count> "