diff options
author | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
commit | 242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9 (patch) | |
tree | a0e6e00e59e809e121e28ba5713b7951d6cab97d /ext/sybase/php_sybase_db.c | |
parent | c9072180bc0a09a55283b246a9cb89a6bd563466 (diff) | |
download | php-git-242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9.tar.gz |
MFH
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r-- | ext/sybase/php_sybase_db.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index beb5684568..9d81981f51 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -23,6 +23,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_sybase_db.h" #include "ext/standard/php_standard.h" |