From 4d22d456a91e649de39a7ad9e326d26585c6857b Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Tue, 19 Nov 2013 17:11:15 +0100 Subject: [PATCH] Reverting path change on platform.hpp, this broke some builds --- tests/testutil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testutil.hpp b/tests/testutil.hpp index efb2a43d..31db1e40 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -22,7 +22,7 @@ #include "../include/zmq.h" #include "../include/zmq_utils.h" -#include "../src/platform.hpp" +#include "platform.hpp" // This defines the settle time used in tests; raise this if we // get test failures on slower systems due to binds/connects not