From: fredb Date: Thu, 7 May 2009 20:25:27 +0000 (+0000) Subject: Compile xmlgrep with MSVC 7.1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e7fde12b33e90eab30440afbb8ef58f5821a571;p=flightgear.git Compile xmlgrep with MSVC 7.1 --- 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 */