From: Nikos Mavroyanopoulos Date: Wed, 11 Oct 2000 17:05:18 +0000 (+0000) Subject: Corrected a wrong include X-Git-Tag: php-4.0.3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c834cbba595ea43d95251e8bf80d39647265c159;p=php Corrected a wrong include --- 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 +#include #if !defined(WIN32) # define stricmp strcasecmp