Cpp test: added stream.

This commit is contained in:
Ruslan Ermilov 2020-10-13 07:44:09 +03:00
parent 9381ecb185
commit 2ba670a925

View File

@ -14,6 +14,8 @@ extern "C" {
#include <ngx_mail_pop3_module.h> #include <ngx_mail_pop3_module.h>
#include <ngx_mail_imap_module.h> #include <ngx_mail_imap_module.h>
#include <ngx_mail_smtp_module.h> #include <ngx_mail_smtp_module.h>
#include <ngx_stream.h>
} }
// nginx header files should go before other, because they define 64-bit off_t // nginx header files should go before other, because they define 64-bit off_t