From 1efcca36cc97faa42cfc48128b25c9e1ed748bbd Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:09:54 +0000 Subject: Fixed compilation with -Wmissing-prototypes. --- src/core/ngx_crypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ngx_crypt.c') diff --git a/src/core/ngx_crypt.c b/src/core/ngx_crypt.c index 9564c3618..365f9c82a 100644 --- a/src/core/ngx_crypt.c +++ b/src/core/ngx_crypt.c @@ -6,6 +6,7 @@ #include #include +#include #include #if (NGX_HAVE_SHA1) #include -- cgit v1.2.3