diff options
Diffstat (limited to '')
| -rw-r--r-- | src/event/ngx_event_quic_protection.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event/ngx_event_quic_protection.c b/src/event/ngx_event_quic_protection.c index feba3eb3a..721944b97 100644 --- a/src/event/ngx_event_quic_protection.c +++ b/src/event/ngx_event_quic_protection.c @@ -7,6 +7,8 @@ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_event.h> +#include <ngx_event_quic_transport.h> +#include <ngx_event_quic_protection.h> #define NGX_QUIC_IV_LEN 12 |
