1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00

Add missing include

This commit is contained in:
Aaron Piotrowski
2015-07-06 10:06:47 -05:00
parent 7ec1e17464
commit fb4e3085cb

View File

@@ -38,6 +38,7 @@
#include "php.h"
#include "php_ini.h"
#include "zend_exceptions.h"
#include <stddef.h>