From 30171a75909f69cb22590a0e74fccd6eeb4b1681 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 12 Feb 2004 10:43:27 +0000 Subject: zend_default_classes.h -> zend_exceptions.h --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pgsql/pgsql.c') diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index c2e3f09cc0..3e2e8a2c5a 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -37,7 +37,7 @@ #include "ext/standard/php_smart_str.h" #include "php_pgsql.h" #include "php_globals.h" -#include "zend_default_classes.h" +#include "zend_exceptions.h" #if HAVE_PGSQL -- cgit v1.2.1