diff src/event/ngx_event_quic_protection.h @ 8347:a5141e6b3214 quic

Fixed includes in quic headers.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 21 Apr 2020 12:06:24 +0300
parents aba84d9ab256
children 2d0f4aa78ed6
line wrap: on
line diff
--- 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)