diff options
author | Jani Taskinen <jani@php.net> | 2007-08-31 07:41:46 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-08-31 07:41:46 +0000 |
commit | e873b05288dfa1d679d1d75eff5b688178e682c0 (patch) | |
tree | fb3cf0c301a36659b0cffe758811ca064723e740 /ext/sybase/php_sybase_db.c | |
parent | 11fa0dbc0a18ec3383eaac442485fb06e922c1ba (diff) | |
download | php-git-e873b05288dfa1d679d1d75eff5b688178e682c0.tar.gz |
- Include php_ini.h (needed in future, does not break anything)
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r-- | ext/sybase/php_sybase_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |