From 20ce4fcbbf7c1504cc520905dfde1b2790011e31 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 6 Aug 2012 17:07:28 +0000 Subject: Merge of r4760, r4761: -Wmissing-prototypes. Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules. --- src/mail/ngx_mail_parse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mail') 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