diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 23:37:47 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 23:37:47 +0000 |
commit | f582bec9db6bd87426fee28e7992a0ffc8b01598 (patch) | |
tree | 6687ab00ce3661c11bf3a4430e57db6f8cf3cc44 /internal_functions.c | |
parent | f9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2 (diff) | |
download | php-git-f582bec9db6bd87426fee28e7992a0ffc8b01598.tar.gz |
moved db
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 06c44f944e..1f2ea82a03 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -63,7 +63,7 @@ #include "functions/post.h" #include "ext/hyperwave/hw.h" #include "ext/filepro/filepro.h" -#include "functions/db.h" +#include "ext/db/db.h" #include "dl/snmp/php3_snmp.h" #include "functions/php3_zlib.h" #include "ext/com/php3_COM.h" |