You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
502 B
25 lines
502 B
1 week ago
|
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
|
||
|
|