Fixed compile error, needed unistd.h

This commit is contained in:
Pieter Hintjens
2013-06-22 13:50:22 +02:00
parent 1ea06883c0
commit fadfcac1de

View File

@@ -21,6 +21,7 @@
#include "../include/zmq.h"
#include <pthread.h>
#include <string.h>
#include <unistd.h>
#include "testutil.hpp"
// REQ socket events handled