From bce4a25245cf330978ac3112a6620dcb19df710c Mon Sep 17 00:00:00 2001 From: CARBONNEAUX Mathieu Date: Thu, 27 Oct 2022 22:08:31 +0200 Subject: Update log.c add sys/file.h to avoid error: 'LOCK_EX/LOCK_UN' undeclared (first use in this function) error on alpine--- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index a956d1a..42e14d5 100644 --- a/log.c +++ b/log.c @@ -57,7 +57,7 @@ #ifdef PHP_WIN32 static HANDLE log_source = 0; #endif - +#include static char *loglevel2string(int loglevel) { -- cgit v1.3