diff options
Diffstat (limited to 'cpp/src/qpid/apr/APRPool.h')
-rw-r--r-- | cpp/src/qpid/apr/APRPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/apr/APRPool.h b/cpp/src/qpid/apr/APRPool.h index b52db3739f..da7661fcfa 100644 --- a/cpp/src/qpid/apr/APRPool.h +++ b/cpp/src/qpid/apr/APRPool.h @@ -22,7 +22,7 @@ * */ #include <boost/noncopyable.hpp> -#include <apr-1/apr_pools.h> +#include <apr_pools.h> namespace qpid { namespace sys { |