Merge pull request #45 from hintjens/master

Fixed build regression
This commit is contained in:
Ian Barber 2012-10-17 19:21:38 -07:00
commit 30e2da05a1
2 changed files with 3 additions and 1 deletions

View File

@ -1168,4 +1168,5 @@ void zmq::socket_base_t::stop_monitor()
monitor_socket = NULL; monitor_socket = NULL;
monitor_events = 0; monitor_events = 0;
} }
} }

View File

@ -240,3 +240,4 @@ namespace zmq
} }
#endif #endif