From 4e7fde12b33e90eab30440afbb8ef58f5821a571 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 7 May 2009 20:25:27 +0000 Subject: [PATCH] Compile xmlgrep with MSVC 7.1 --- utils/xmlgrep/xmlgrep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/xmlgrep/xmlgrep.c b/utils/xmlgrep/xmlgrep.c index 98a107738..35add47a5 100644 --- a/utils/xmlgrep/xmlgrep.c +++ b/utils/xmlgrep/xmlgrep.c @@ -5,12 +5,13 @@ #include #ifndef _MSC_VER # include +# include /* read */ #else # define strncasecmp strnicmp # include +# include #endif #include -#include /* read */ #include /* fstat */ #include /* open */ -- 2.39.5