# HG changeset patch # User Roman Arutyunyan # Date 1587459984 -10800 # Node ID a5141e6b321473451629194c24ffda11980486ac # Parent 4e4485793418d35daae512712fd3804eda7f6367 Fixed includes in quic headers. diff -r 4e4485793418 -r a5141e6b3214 src/event/ngx_event_quic.h --- a/src/event/ngx_event_quic.h Mon Apr 20 17:18:04 2020 +0300 +++ b/src/event/ngx_event_quic.h Tue Apr 21 12:06:24 2020 +0300 @@ -8,7 +8,8 @@ #define _NGX_EVENT_QUIC_H_INCLUDED_ -#include +#include +#include #define NGX_QUIC_DRAFT_VERSION 27 diff -r 4e4485793418 -r a5141e6b3214 src/event/ngx_event_quic_protection.h --- a/src/event/ngx_event_quic_protection.h Mon Apr 20 17:18:04 2020 +0300 +++ b/src/event/ngx_event_quic_protection.h Tue Apr 21 12:06:24 2020 +0300 @@ -8,6 +8,10 @@ #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_ +#include +#include + + #define NGX_QUIC_ENCRYPTION_LAST ((ssl_encryption_application) + 1) diff -r 4e4485793418 -r a5141e6b3214 src/event/ngx_event_quic_transport.h --- a/src/event/ngx_event_quic_transport.h Mon Apr 20 17:18:04 2020 +0300 +++ b/src/event/ngx_event_quic_transport.h Tue Apr 21 12:06:24 2020 +0300 @@ -8,7 +8,8 @@ #define _NGX_EVENT_QUIC_WIRE_H_INCLUDED_ -#include +#include +#include #define ngx_quic_long_pkt(flags) ((flags) & 0x80) /* 17.2 */