]> git.kaiwu.me - nginx.git/commitdiff
Cpp test: added stream.
authorRuslan Ermilov <ru@nginx.com>
Tue, 13 Oct 2020 04:44:09 +0000 (07:44 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 13 Oct 2020 04:44:09 +0000 (07:44 +0300)
src/misc/ngx_cpp_test_module.cpp

index 5d2f08d3967ba0eca045c1cd3db2c73ef1cbb2b3..002640990f1a681cf9d23b617dadb8ab30677b1b 100644 (file)
@@ -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