From 626253940ea0c246984e277b6786b4950b69e3cc Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 7 May 2005 02:51:53 +0000 Subject: - Added PHP_INSTALL_HEADERS() macro - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" --- ext/interbase/php_ibase_udf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/interbase/php_ibase_udf.c') diff --git a/ext/interbase/php_ibase_udf.c b/ext/interbase/php_ibase_udf.c index 26c8882071..d47f6328ee 100644 --- a/ext/interbase/php_ibase_udf.c +++ b/ext/interbase/php_ibase_udf.c @@ -124,8 +124,8 @@ pthread_mutex_t mtx_res = PTHREAD_MUTEX_INITIALIZER; #endif #ifdef PHP_EMBED -# include "php_main.h" -# include "php_embed.h" +# include "php_main.h" +# include "sapi/embed/php_embed.h" static void __attribute__((constructor)) init() { -- cgit v1.2.1