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/mysql/php_mysql.c | |
parent | c9072180bc0a09a55283b246a9cb89a6bd563466 (diff) | |
download | php-git-242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9.tar.gz |
MFH
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 947f9cf239..6a0e6cb452 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -24,6 +24,10 @@ * ? Safe mode implementation */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_globals.h" #include "php_mysql.h" |