diff options
author | Nikos Mavroyanopoulos <nmav@php.net> | 2000-10-11 17:05:18 +0000 |
---|---|---|
committer | Nikos Mavroyanopoulos <nmav@php.net> | 2000-10-11 17:05:18 +0000 |
commit | c834cbba595ea43d95251e8bf80d39647265c159 (patch) | |
tree | 488930391eb7ecec1015fb8681995bfa8dbadee7 /ext/ovrimos | |
parent | 98038f82286162f3c9699c726171ff82ba099e6a (diff) | |
download | php-git-c834cbba595ea43d95251e8bf80d39647265c159.tar.gz |
Corrected a wrong include
Diffstat (limited to 'ext/ovrimos')
-rw-r--r-- | ext/ovrimos/ovrimos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c index 25e1726269..8cf6e364f8 100644 --- a/ext/ovrimos/ovrimos.c +++ b/ext/ovrimos/ovrimos.c @@ -9,7 +9,7 @@ /* #include "ext/standard/php3_standard.h" */ #include "ext/standard/info.h" -#include <ovrimos.h> +#include <sqlcli.h> #if !defined(WIN32) # define stricmp strcasecmp |