[PATCH] Win32: include missing <errno.h>
Piotr Sikora
piotr at aviatrix.com
Wed Feb 28 01:25:07 UTC 2024
# HG changeset patch
# User Piotr Sikora <piotr at 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 <piotr at 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__
More information about the nginx-devel
mailing list