comparison src/misc/ngx_cpp_test_module.cpp @ 8618:71b7453fb11f quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 29 Oct 2020 14:53:58 +0000
parents f1e6f65ddfeb
children
comparison
equal deleted inserted replaced
8617:69dc750cf66f 8618:71b7453fb11f
12 12
13 #include <ngx_mail.h> 13 #include <ngx_mail.h>
14 #include <ngx_mail_pop3_module.h> 14 #include <ngx_mail_pop3_module.h>
15 #include <ngx_mail_imap_module.h> 15 #include <ngx_mail_imap_module.h>
16 #include <ngx_mail_smtp_module.h> 16 #include <ngx_mail_smtp_module.h>
17
18 #include <ngx_stream.h>
17 } 19 }
18 20
19 // nginx header files should go before other, because they define 64-bit off_t 21 // nginx header files should go before other, because they define 64-bit off_t
20 // #include <string> 22 // #include <string>
21 23