Skip to content

Commit 6e9a830

Browse files
committed
Fix windows compilation error
1 parent 37070ed commit 6e9a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_frameless_function.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <stddef.h>
2020

21-
#include "php_config.h"
21+
#include "zend.h"
2222

2323
size_t zend_flf_count = 0;
2424
size_t zend_flf_capacity = 0;

0 commit comments

Comments
 (0)