From 9dafedb7ba53736da4ad4252a26f91eb56eeafad Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Oct 2006 17:36:08 +0000 Subject: Add apr-1/ prefix to APR #includes to pick up from standard location. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464577 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/concurrent/APRThreadFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/concurrent/APRThreadFactory.h') diff --git a/cpp/src/qpid/concurrent/APRThreadFactory.h b/cpp/src/qpid/concurrent/APRThreadFactory.h index 3585fab126..40e96fc2d1 100644 --- a/cpp/src/qpid/concurrent/APRThreadFactory.h +++ b/cpp/src/qpid/concurrent/APRThreadFactory.h @@ -18,7 +18,7 @@ #ifndef _APRThreadFactory_ #define _APRThreadFactory_ -#include "apr_thread_proc.h" +#include "apr-1/apr_thread_proc.h" #include "qpid/concurrent/APRThread.h" #include "qpid/concurrent/Thread.h" -- cgit v1.2.1