diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index a5f7b7af5..eb3acd663 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -85,6 +85,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #if (NGX_OPENSSL) #include <ngx_event_openssl.h> #include <ngx_event_quic.h> +#include <ngx_event_quic_transport.h> #include <ngx_event_quic_protection.h> #endif #include <ngx_process_cycle.h> |