Skip to content

Commit e7434c1

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/zend_long: include cleanup
1 parent d28d323 commit e7434c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Zend/zend_long.h

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
#ifndef ZEND_LONG_H
2020
#define ZEND_LONG_H
2121

22+
#ifdef PHP_WIN32
23+
#include "config.w32.h"
24+
#else
25+
#include "php_config.h" // for SIZEOF_SIZE_T
26+
#endif
27+
2228
#include <inttypes.h>
2329
#include <stdint.h>
2430

0 commit comments

Comments
 (0)