diff src/systime.h @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 376386a54a3c
children e45d5e7c476e
line wrap: on
line diff
--- a/src/systime.h	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/systime.h	Mon Aug 13 09:15:11 2007 +0200
@@ -34,6 +34,12 @@
 #endif
 #endif
 
+#if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS)
+/* Provides gettimeofday etc */
+#include <X11/Xw32defs.h>
+#include <X11/Xos.h>
+#endif
+
 #ifdef HAVE_UTIME_H
 # include <utime.h>
 #endif