diff --git a/tests/test_monitor.cpp b/tests/test_monitor.cpp index 86e82c5f..d14ceb16 100644 --- a/tests/test_monitor.cpp +++ b/tests/test_monitor.cpp @@ -21,6 +21,7 @@ #include "../include/zmq.h" #include #include +#include #include "testutil.hpp" // REQ socket events handled @@ -215,7 +216,7 @@ int main (void) assert (rc == 0); rc = pthread_create (&threads [1], NULL, req_socket_monitor, ctx); assert (rc == 0); - sleep(1); + sleep (1); // Bind REQ and REP rc = zmq_bind (rep, addr.c_str());