parent
0f4cc79fab
commit
52ec80b78a
@ -0,0 +1,24 @@
|
|||||||
|
From 8e43ff009f56960c8fb7458282c7366855633b75 Mon Sep 17 00:00:00 2001
|
||||||
|
From: tigro <tigro@msvsphere-os.ru>
|
||||||
|
Date: Wed, 12 Feb 2025 20:37:44 +0300
|
||||||
|
Subject: [PATCH] Fix configure error
|
||||||
|
|
||||||
|
---
|
||||||
|
auto/feature | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/auto/feature b/auto/feature
|
||||||
|
index e6313cc..59f31af 100644
|
||||||
|
--- a/auto/feature
|
||||||
|
+++ b/auto/feature
|
||||||
|
@@ -35,6 +35,7 @@ fi
|
||||||
|
cat << END > $NGX_AUTOTEST.c
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
+#include <stdio.h>
|
||||||
|
$NGX_INCLUDE_UNISTD_H
|
||||||
|
$ngx_feature_incs
|
||||||
|
|
||||||
|
--
|
||||||
|
2.48.1
|
||||||
|
|
Loading…
Reference in new issue