mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Zend/zend_long: include cleanup
This commit is contained in:
parent
d28d323ca2
commit
e7434c1247
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue