From: Ruslan Ermilov Date: Tue, 13 Oct 2020 04:44:09 +0000 (+0300) Subject: Cpp test: added stream. X-Git-Tag: release-1.19.4~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2ba670a9257da1872b2dd7a866651b637a29997d;p=nginx.git Cpp test: added stream. --- 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 #include #include + + #include } // nginx header files should go before other, because they define 64-bit off_t