Commit c7c834a9 authored by Ian Barber's avatar Ian Barber

Add unistd header to test_connect_delay header

For sleep and usleep
parent 35c55a2c
...@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <cstring> #include <cstring>
#include <iostream> #include <iostream>
#include <errno.h> #include <errno.h>
#include <unistd.h>
#include "../include/zmq.h" #include "../include/zmq.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment