From e873b05288dfa1d679d1d75eff5b688178e682c0 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 31 Aug 2007 07:41:46 +0000 Subject: - Include php_ini.h (needed in future, does not break anything) --- ext/sybase/php_sybase_db.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sybase/php_sybase_db.c') diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index e7655df0a8..ebf8956db3 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -32,6 +32,7 @@ #include "ext/standard/php_standard.h" #include "ext/standard/info.h" #include "php_globals.h" +#include "php_ini.h" #if HAVE_SYBASE -- cgit v1.2.1