Skip to content

Commit 5b5b10f

Browse files
committed
Just in case this header isn't present on the snaps machine.
1 parent c921ceb commit 5b5b10f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/activescript/php5as_scriptengine.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
/* $Id$ */
1919

2020
#include <activscp.h>
21-
#include <objsafe.h>
21+
#if ACTIVEPHP_OBJECT_SAFETY
22+
# include <objsafe.h>
23+
#endif
2224
#include "zend.h"
2325
#include <setjmp.h>
2426

0 commit comments

Comments
 (0)