[nginx] Cpp test: added stream.
Ruslan Ermilov
ru at nginx.com
Tue Oct 13 04:45:34 UTC 2020
details: https://hg.nginx.org/nginx/rev/f1e6f65ddfeb
branches:
changeset: 7727:f1e6f65ddfeb
user: Ruslan Ermilov <ru at nginx.com>
date: Tue Oct 13 07:44:09 2020 +0300
description:
Cpp test: added stream.
diffstat:
src/misc/ngx_cpp_test_module.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 559d19037984 -r f1e6f65ddfeb src/misc/ngx_cpp_test_module.cpp
--- a/src/misc/ngx_cpp_test_module.cpp Thu Oct 08 17:44:34 2020 +0300
+++ b/src/misc/ngx_cpp_test_module.cpp Tue Oct 13 07:44:09 2020 +0300
@@ -14,6 +14,8 @@ extern "C" {
#include <ngx_mail_pop3_module.h>
#include <ngx_mail_imap_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
More information about the nginx-devel
mailing list