From 1a9b6363f4c19e33b708dbd70e5ea458264bb77f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 18 Apr 2009 18:56:58 +0000 Subject: [PATCH] - MFH: Fix build --- ext/pdo_firebird/firebird_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index eda7211c95..f2285a1ab6 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -27,7 +27,7 @@ #include "php.h" #ifdef ZEND_ENGINE_2 # include "zend_exceptions.h" -#else +#endif #include "php_ini.h" #include "ext/standard/info.h" #include "pdo/php_pdo.h" -- 2.40.0