comparison src/misc/ngx_cpp_test_module.cpp @ 7727:f1e6f65ddfeb

Cpp test: added stream.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Oct 2020 07:44:09 +0300
parents 1d693deab8ae
children
comparison
equal deleted inserted replaced
7726:559d19037984 7727:f1e6f65ddfeb
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