diff options
Diffstat (limited to 'cpp/src/qpid/concurrent/APRThreadFactory.h')
-rw-r--r-- | cpp/src/qpid/concurrent/APRThreadFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |