Zend/zend_long: include cleanup

This commit is contained in:
Max Kellermann 2023-01-04 09:43:27 +01:00 committed by George Peter Banyard
parent d28d323ca2
commit e7434c1247

View file

@ -19,6 +19,12 @@
#ifndef ZEND_LONG_H
#define ZEND_LONG_H
#ifdef PHP_WIN32
#include "config.w32.h"
#else
#include "php_config.h" // for SIZEOF_SIZE_T
#endif
#include <inttypes.h>
#include <stdint.h>