diff options
Diffstat (limited to 'src/event/ngx_event_quic_protection.h')
| -rw-r--r-- | src/event/ngx_event_quic_protection.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event/ngx_event_quic_protection.h b/src/event/ngx_event_quic_protection.h index b19f9f210..befb7ef66 100644 --- a/src/event/ngx_event_quic_protection.h +++ b/src/event/ngx_event_quic_protection.h @@ -8,6 +8,10 @@ #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_ +#include <ngx_config.h> +#include <ngx_core.h> + + #define NGX_QUIC_ENCRYPTION_LAST ((ssl_encryption_application) + 1) |
