fixing #68748 Daniel

* xmllint.c win32/win32config.h: fixing #68748
Daniel
This commit is contained in:
Daniel Veillard 2002-02-08 13:44:24 +00:00
parent d455d79d84
commit f216d461eb
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
* xmllint.c win32/win32config.h: fixing #68748
Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
* valid.c: fixing #70166

View File

@ -3,6 +3,7 @@
#define HAVE_CTYPE_H
#define HAVE_STDLIB_H
#define HAVE_STDARG_H
#define HAVE_MALLOC_H
#define HAVE_TIME_H
#define HAVE_FCNTL_H

View File

@ -16,6 +16,7 @@
#include <winsock2.h>
#pragma comment(lib, "ws2_32.lib")
#define gettimeofday(p1,p2)
#include <time.h>
#else /* _MSC_VER */
#include <sys/time.h>
#endif /* _MSC_VER */