From 400a5f5f55b0f39ed886eebe49a60c4d34c79f5f Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Mon, 13 May 2013 03:54:18 -0400 Subject: [PATCH] Nginx: Fix implicit declaration of base64 encode funtion --- nginx/modsecurity/ngx_http_modsecurity.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/modsecurity/ngx_http_modsecurity.c b/nginx/modsecurity/ngx_http_modsecurity.c index edb26da8..e41ecb62 100644 --- a/nginx/modsecurity/ngx_http_modsecurity.c +++ b/nginx/modsecurity/ngx_http_modsecurity.c @@ -16,6 +16,8 @@ #include #include +#include + #undef CR #undef LF #undef CRLF