From c834cbba595ea43d95251e8bf80d39647265c159 Mon Sep 17 00:00:00 2001 From: Nikos Mavroyanopoulos Date: Wed, 11 Oct 2000 17:05:18 +0000 Subject: [PATCH] Corrected a wrong include --- ext/ovrimos/ovrimos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1