mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
This commit is contained in:
@@ -111,11 +111,6 @@
|
||||
#else
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#ifndef PHP_WIN32
|
||||
# include <sys/cdefs.h>
|
||||
#endif
|
||||
|
||||
#include "Zend/zend_stream.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user