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:
Luca Boccassi 2016-02-13 17:42:19 +00:00
parent 63a0924484
commit 706c3b7c4b

View File

@ -56,6 +56,7 @@
# pragma warning(disable:4996)
# endif
#else
# include <pthread.h>
# include <unistd.h>
# include <signal.h>
# include <stdlib.h>