details:   https://hg.nginx.org/nginx/rev/f1e6f65ddfeb
branches:  
changeset: 7727:f1e6f65ddfeb
user:      Ruslan Ermilov <[email protected]>
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
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to