diff options
author | Ruslan Ermilov <ru@nginx.com> | 2020-10-13 07:44:09 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2020-10-13 07:44:09 +0300 |
commit | 2ba670a9257da1872b2dd7a866651b637a29997d (patch) | |
tree | a5d9891951f8eaf4fc81fc1fe9c5566ed9d7b699 /src/misc/ngx_cpp_test_module.cpp | |
parent | 9381ecb1854cca89a936ffbaeb82f40ec13d7f41 (diff) | |
download | nginx-2ba670a9257da1872b2dd7a866651b637a29997d.tar.gz nginx-2ba670a9257da1872b2dd7a866651b637a29997d.zip |
Cpp test: added stream.
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
-rw-r--r-- | src/misc/ngx_cpp_test_module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp index 5d2f08d39..002640990 100644 --- a/src/misc/ngx_cpp_test_module.cpp +++ b/src/misc/ngx_cpp_test_module.cpp @@ -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 |