From 429b68f33687b1535c4d29aa8ad8e5b244b55e09 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 22 Apr 2012 22:58:48 +0200 Subject: [PATCH 08/28] workaround APR_ENOKEY not found there should be a better solution... --- src/modules/perl/modperl_apache_includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/perl/modperl_apache_includes.h b/src/modules/perl/modperl_apache_includes.h index a4209c5..c2fb6de 100644 --- a/src/modules/perl/modperl_apache_includes.h +++ b/src/modules/perl/modperl_apache_includes.h @@ -38,6 +38,7 @@ #include "http_core.h" #include "http_vhost.h" #include "ap_mpm.h" +#include "apu_errno.h" #include "util_filter.h" -- 1.7.11.4