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/mail/ngx_mail_parse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mail/ngx_mail_parse.c') diff --git a/src/mail/ngx_mail_parse.c b/src/mail/ngx_mail_parse.c index ae0f7e39a..eb16d5b4f 100644 --- a/src/mail/ngx_mail_parse.c +++ b/src/mail/ngx_mail_parse.c @@ -9,6 +9,9 @@ #include #include #include +#include +#include +#include ngx_int_t -- cgit