summaryrefslogtreecommitdiff
path: root/xlate
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-12-17 18:51:24 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-12-17 18:51:24 +0000
commit046d779e566623c9d23b14d0a61ee5fa653d134b (patch)
tree799b4672783e7cc2f377cf977a78e8aedec044e9 /xlate
parent14fe50d99d8e5c0a4a2a56e7406f5b5e04b4586a (diff)
downloadapr-046d779e566623c9d23b14d0a61ee5fa653d134b.tar.gz
Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATA
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xlate')
-rw-r--r--xlate/xlate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlate/xlate.c b/xlate/xlate.c
index 58875c5a3..400949f1c 100644
--- a/xlate/xlate.c
+++ b/xlate/xlate.c
@@ -15,7 +15,7 @@
*/
#include "apu.h"
-#include "apu_config.h"
+#include "apr_private.h"
#include "apr_lib.h"
#include "apr_strings.h"
#include "apr_portable.h"