From d386f860a3404ec9735dab2730f8ed683446838c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 17 Nov 2006 20:30:42 +0000 Subject: Patch from Andrew Stitcher to fix APR #include using apr-config. Fixed build problems with USE_APR= - builds OK but broker non-functional. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476303 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys/Time.h') diff --git a/cpp/src/qpid/sys/Time.h b/cpp/src/qpid/sys/Time.h index 7fa2f2d8e7..a569c90780 100644 --- a/cpp/src/qpid/sys/Time.h +++ b/cpp/src/qpid/sys/Time.h @@ -25,7 +25,7 @@ #include #ifdef USE_APR -# include +# include #else # include #endif -- cgit v1.2.1