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

ext/opcache/ZendAccelerator.h: add missing include for "INIT_FUNC_ARGS"

This commit is contained in:
Max Kellermann
2023-01-12 17:03:36 +01:00
committed by George Peter Banyard
parent 4069a5c43f
commit d44e9680f0

View File

@@ -50,6 +50,7 @@
#include "zend_extensions.h"
#include "zend_compile.h"
#include "zend_modules.h" // for INIT_FUNC_ARGS
#include "Optimizer/zend_optimizer.h"
#include "zend_accelerator_hash.h"