aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-08 13:44:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-08 13:44:24 +0000
commitf216d461eb1d14f9a22d68337711b43df19f5000 (patch)
tree3e10befcb7cada3883ee9c726819c370ecb29bc2 /xmllint.c
parentd455d79d84f218003f562f129ad6d3212a4c50cc (diff)
downloadandroid_external_libxml2-f216d461eb1d14f9a22d68337711b43df19f5000.tar.gz
android_external_libxml2-f216d461eb1d14f9a22d68337711b43df19f5000.tar.bz2
android_external_libxml2-f216d461eb1d14f9a22d68337711b43df19f5000.zip
fixing #68748 Daniel
* xmllint.c win32/win32config.h: fixing #68748 Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmllint.c b/xmllint.c
index 01fbed0a..28391091 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -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 */