diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 21:26:10 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 21:26:10 +0000 |
commit | 3789ac7ea048f6280fd23698881c49e3fe8a48a7 (patch) | |
tree | 0aac8133931e1abf3bd417fa85795f1f1230f916 /internal_functions.c | |
parent | f9d169c81291f320e3482fd87e4e78ded3b9992c (diff) | |
download | php-git-3789ac7ea048f6280fd23698881c49e3fe8a48a7.tar.gz |
moving mysql to ext/
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_functions.c b/internal_functions.c index 03c99ea7b1..c75fe2ec4e 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -49,7 +49,7 @@ #include "functions/php3_ifx.h" #include "functions/php3_crypt.h" #include "functions/php3_ldap.h" -#include "functions/php3_mysql.h" +#include "ext/mysql/php3_mysql.h" #include "functions/php3_bcmath.h" #include "functions/php3_msql.h" #include "functions/php3_oci8.h" |