diff options
| author | 2012-08-21 11:31:52 +0000 | |
|---|---|---|
| committer | 2012-08-21 11:31:52 +0000 | |
| commit | c435ee91f14b21ec908900a5ca8979a45be2deb0 (patch) | |
| tree | c14774a082d3a395da540459980b9ad870ffde52 /usr.sbin/nginx/src/mail/ngx_mail_parse.c | |
| parent | Missing "-q" in usage(). (diff) | |
| download | wireguard-openbsd-c435ee91f14b21ec908900a5ca8979a45be2deb0.tar.xz wireguard-openbsd-c435ee91f14b21ec908900a5ca8979a45be2deb0.zip | |
update to nginx-1.2.3
Diffstat (limited to 'usr.sbin/nginx/src/mail/ngx_mail_parse.c')
| -rw-r--r-- | usr.sbin/nginx/src/mail/ngx_mail_parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/mail/ngx_mail_parse.c b/usr.sbin/nginx/src/mail/ngx_mail_parse.c index ae0f7e39a92..eb16d5b4fe9 100644 --- a/usr.sbin/nginx/src/mail/ngx_mail_parse.c +++ b/usr.sbin/nginx/src/mail/ngx_mail_parse.c @@ -9,6 +9,9 @@ #include <ngx_core.h> #include <ngx_event.h> #include <ngx_mail.h> +#include <ngx_mail_pop3_module.h> +#include <ngx_mail_imap_module.h> +#include <ngx_mail_smtp_module.h> ngx_int_t |
