From 9da2c2490331705a08e72ee421f67a8ecc846009 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Wed, 21 May 2025 19:39:02 +0200 Subject: [PATCH] Fix Alpine build (#18616) 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 853a8b31f5c..804552675f0 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 {