diff options
author | Wez Furlong <wez@php.net> | 2004-05-04 15:00:25 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-05-04 15:00:25 +0000 |
commit | 5b5b10f0cae89bbb2a6d93c4433efa4083bd91fe (patch) | |
tree | 2a214713139bb69012537c3c607264b40517c9e3 /sapi | |
parent | c921ceb49c5df9b3ae71d9ef451093e1abbc1720 (diff) | |
download | php-git-5b5b10f0cae89bbb2a6d93c4433efa4083bd91fe.tar.gz |
Just in case this header isn't present on the snaps machine.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/activescript/php5as_scriptengine.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <activscp.h> -#include <objsafe.h> +#if ACTIVEPHP_OBJECT_SAFETY +# include <objsafe.h> +#endif #include "zend.h" #include <setjmp.h> |