From 5b5b10f0cae89bbb2a6d93c4433efa4083bd91fe Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 4 May 2004 15:00:25 +0000 Subject: [PATCH] Just in case this header isn't present on the snaps machine. --- sapi/activescript/php5as_scriptengine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sapi/activescript/php5as_scriptengine.h b/sapi/activescript/php5as_scriptengine.h index 6e9a06ff46..bd720a584c 100644 --- a/sapi/activescript/php5as_scriptengine.h +++ b/sapi/activescript/php5as_scriptengine.h @@ -18,7 +18,9 @@ /* $Id$ */ #include -#include +#if ACTIVEPHP_OBJECT_SAFETY +# include +#endif #include "zend.h" #include -- 2.50.1