diff --git a/include/apr_cstr.h b/include/apr_cstr.h index 3f1b1a0995..372d97fcfe 100644 --- a/include/apr_cstr.h +++ b/include/apr_cstr.h @@ -26,9 +26,9 @@ #ifndef APR_CSTR_H #define APR_CSTR_H -#include /* for apr_size_t */ -#include /* for apr_pool_t */ -#include /* for apr_array_header_t */ +#include "apr.h" /* for apr_size_t */ +#include "apr_pools.h" /* for apr_pool_t */ +#include "apr_tables.h" /* for apr_array_header_t */ #ifdef __cplusplus extern "C" {