Merge pull request #99 from SpiderLabs/remotes/trunk

Nginx: Fix implicit declaration of base64 encode funtion
This commit is contained in:
Breno Silva
2013-05-13 07:56:12 -07:00

View File

@@ -16,6 +16,8 @@
#include <apr_bucket_nginx.h> #include <apr_bucket_nginx.h>
#include <ngx_pool_context.h> #include <ngx_pool_context.h>
#include <apr_base64.h>
#undef CR #undef CR
#undef LF #undef LF
#undef CRLF #undef CRLF