diff options
Diffstat (limited to 'indra/llmessage/llmail.h')
-rw-r--r-- | indra/llmessage/llmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llmail.h b/indra/llmessage/llmail.h index e34b827f5f..af02264776 100644 --- a/indra/llmessage/llmail.h +++ b/indra/llmessage/llmail.h @@ -9,7 +9,7 @@ #ifndef LL_LLMAIL_H #define LL_LLMAIL_H -#include "apr-1/apr_pools.h" +typedef struct apr_pool_t apr_pool_t; // if hostname is NULL, then the host is resolved as 'mail' void init_mail(const std::string& hostname, apr_pool_t* pool); |