diff options
Diffstat (limited to 'cpp/src/qpid/apr/APRBase.h')
-rw-r--r-- | cpp/src/qpid/apr/APRBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/apr/APRBase.h b/cpp/src/qpid/apr/APRBase.h index 929d421aeb..d1b3e21b91 100644 --- a/cpp/src/qpid/apr/APRBase.h +++ b/cpp/src/qpid/apr/APRBase.h @@ -22,8 +22,8 @@ #define _APRBase_ #include <string> -#include <apr-1/apr_thread_mutex.h> -#include <apr-1/apr_errno.h> +#include <apr_thread_mutex.h> +#include <apr_errno.h> namespace qpid { namespace sys { |