From f780297bcf12eaa5942b95adb49e297314132e15 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Tue, 25 Jan 2022 15:41:48 +0300 Subject: Core: the ngx_event_udp.h header file. --- auto/sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index 156f7979e..a539093ce 100644 --- a/auto/sources +++ b/auto/sources @@ -89,7 +89,8 @@ EVENT_DEPS="src/event/ngx_event.h \ src/event/ngx_event_timer.h \ src/event/ngx_event_posted.h \ src/event/ngx_event_connect.h \ - src/event/ngx_event_pipe.h" + src/event/ngx_event_pipe.h \ + src/event/ngx_event_udp.h" EVENT_SRCS="src/event/ngx_event.c \ src/event/ngx_event_timer.c \ -- cgit