From b353bd60a96a5a15f25962f317cdc9c1ea452127 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Tue, 6 Nov 2012 01:23:00 -0400 Subject: [PATCH] Fixed build on Apache 2.4. --- apache2/msc_crypt.c | 1 + 1 file changed, 1 insertion(+) 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"