diff options
author | Alan Conway <aconway@apache.org> | 2006-10-16 17:36:08 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-16 17:36:08 +0000 |
commit | 9dafedb7ba53736da4ad4252a26f91eb56eeafad (patch) | |
tree | 42edfdcf817ec006d6ddbd09ed7d2f9c9423b7f9 /cpp/src/qpid/concurrent/APRThread.h | |
parent | b90ceab30a9f2040a868e76c90af47f09b4cbbb2 (diff) | |
download | qpid-python-9dafedb7ba53736da4ad4252a26f91eb56eeafad.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/concurrent/APRThread.h')
-rw-r--r-- | cpp/src/qpid/concurrent/APRThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/concurrent/APRThread.h b/cpp/src/qpid/concurrent/APRThread.h index 2ea88da49c..6d3fc0a285 100644 --- a/cpp/src/qpid/concurrent/APRThread.h +++ b/cpp/src/qpid/concurrent/APRThread.h @@ -18,7 +18,7 @@ #ifndef _APRThread_ #define _APRThread_ -#include "apr_thread_proc.h" +#include "apr-1/apr_thread_proc.h" #include "qpid/concurrent/APRThread.h" #include "qpid/concurrent/Runnable.h" #include "qpid/concurrent/Thread.h" |