mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: test_shutdown_stress_tipc broken on OSX/Cmake
Solution: include pthread.h in testutil.hpp, removed from test_shutdown_stress_tipc in an earlier commit
This commit is contained in:
parent
63a0924484
commit
706c3b7c4b
@ -56,6 +56,7 @@
|
||||
# pragma warning(disable:4996)
|
||||
# endif
|
||||
#else
|
||||
# include <pthread.h>
|
||||
# include <unistd.h>
|
||||
# include <signal.h>
|
||||
# include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user