Merge pull request #376 from ianbarber/master

Add unistd header to test
This commit is contained in:
Pieter Hintjens 2012-06-13 04:20:04 -07:00
commit a9507cc267

View File

@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <cstring>
#include <iostream>
#include <errno.h>
#include <unistd.h>
#include "../include/zmq.h"