1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Zend/zend_types: include cleanup

This commit is contained in:
Max Kellermann
2023-01-04 09:38:38 +01:00
committed by George Peter Banyard
parent 1eb71c3f15
commit 45a128c9de

View File

@@ -24,6 +24,8 @@
#include "zend_portability.h"
#include "zend_long.h"
#include "zend_type_info.h" // for MAY_BE_*
#include <stdbool.h>
#ifdef __SSE2__