From 706c3b7c4bc4ff6c871be29c436e5e2fcee071c6 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 13 Feb 2016 17:42:19 +0000 Subject: [PATCH] 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 --- tests/testutil.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testutil.hpp b/tests/testutil.hpp index 066a9286..0ab01bbd 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -56,6 +56,7 @@ # pragma warning(disable:4996) # endif #else +# include # include # include # include