Nginx: Fix implicit declaration of base64 encode funtion

This commit is contained in:
Breno Silva 2013-05-13 03:54:18 -04:00
parent 35b36b7032
commit 400a5f5f55

View File

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