Compile xmlgrep with MSVC 7.1
This commit is contained in:
parent
e47406b803
commit
4e7fde12b3
1 changed files with 2 additions and 1 deletions
|
@ -5,12 +5,13 @@
|
|||
#include <string.h>
|
||||
#ifndef _MSC_VER
|
||||
# include <strings.h>
|
||||
# include <unistd.h> /* read */
|
||||
#else
|
||||
# define strncasecmp strnicmp
|
||||
# include <stdlib.h>
|
||||
# include <io.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <unistd.h> /* read */
|
||||
#include <sys/stat.h> /* fstat */
|
||||
#include <fcntl.h> /* open */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue