Commit 706c3b7c authored by Luca Boccassi's avatar Luca Boccassi

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
parent 63a09244
......@@ -56,6 +56,7 @@
# pragma warning(disable:4996)
# endif
#else
# include <pthread.h>
# include <unistd.h>
# include <signal.h>
# include <stdlib.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