From c934fd1925ab47c54ab99211e8f94107dece9ce3 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Wed, 21 May 2025 18:46:22 +0200 Subject: [PATCH] Fix Alpine build We're not allowed to include the sys/cdefs.h header on alpine, but it seems we don't even need this in the first place. So drop it. --- main/php_glob.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/php_glob.h b/main/php_glob.h index 853a8b31f5ce..804552675f00 100644 --- a/main/php_glob.h +++ b/main/php_glob.h @@ -111,11 +111,6 @@ #else #include "php.h" - -#ifndef PHP_WIN32 -# include -#endif - #include "Zend/zend_stream.h" typedef struct {