From 792549e60cfff82edadeb91a437e1581baf4aee4 Mon Sep 17 00:00:00 2001 From: yuqing Date: Mon, 8 Aug 2016 15:27:51 +0800 Subject: [PATCH] php7_ext_wrapper.h: #include --- HISTORY | 2 +- src/php7_ext_wrapper.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 62835c3..3d64cae 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,5 @@ -Version 1.30 2016-08-01 +Version 1.30 2016-08-07 * modify php-fastcommon/test.php * php7_ext_wrapper.h: fix memory leak in php 7 diff --git a/src/php7_ext_wrapper.h b/src/php7_ext_wrapper.h index bc85ed7..d7ca350 100644 --- a/src/php7_ext_wrapper.h +++ b/src/php7_ext_wrapper.h @@ -5,6 +5,7 @@ #ifndef _PHP7_EXT_WRAPPER_H #define _PHP7_EXT_WRAPPER_H +#include #ifdef HAVE_CONFIG_H #include "config.h" #endif