From f14eaeb3d095ad9c3d25e7a764583535c4757dd5 Mon Sep 17 00:00:00 2001 From: Greg Wroblewski Date: Tue, 6 Nov 2012 14:33:06 -0800 Subject: [PATCH] Fixed build on Apache 2.4. --- apache2/modsecurity_config.h | 2 +- apache2/msc_crypt.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apache2/modsecurity_config.h b/apache2/modsecurity_config.h index 4c5ad192..c9500446 100644 --- a/apache2/modsecurity_config.h +++ b/apache2/modsecurity_config.h @@ -1 +1 @@ -/* This file is left empty for building on Windows. */ +/* This file is left empty for building on Windows. */ diff --git a/apache2/msc_crypt.c b/apache2/msc_crypt.c index d1d810fa..5699c832 100644 --- a/apache2/msc_crypt.c +++ b/apache2/msc_crypt.c @@ -16,6 +16,7 @@ #include "msc_util.h" #include "apr_sha1.h" #include "apr_uri.h" +#include "apr_base64.h" #include "acmp.h" #include "libxml/HTMLtree.h" #include "libxml/uri.h"