# HG changeset patch
# User Piotr Sikora <pi...@aviatrix.com>
# Date 1708977633 0
#      Mon Feb 26 20:00:33 2024 +0000
# Branch patch011
# Node ID 9b57470dc49f8d8d10abe30a5df628732d7618dc
# Parent  480071fe7251829912a4f42301e8fc85da2d1905
Win32: include missing <errno.h>.

Signed-off-by: Piotr Sikora <pi...@aviatrix.com>

diff -r 480071fe7251 -r 9b57470dc49f src/os/win32/ngx_win32_config.h
--- a/src/os/win32/ngx_win32_config.h   Mon Feb 26 20:00:32 2024 +0000
+++ b/src/os/win32/ngx_win32_config.h   Mon Feb 26 20:00:33 2024 +0000
@@ -62,6 +62,7 @@
 #include <stdint.h>
 #endif
 #include <ctype.h>
+#include <errno.h>
 #include <locale.h>
 
 #ifdef __WATCOMC__
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to