comparison 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
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
30 #ifdef HAVE_SYS_TIME_H 30 #ifdef HAVE_SYS_TIME_H
31 #include <sys/time.h> 31 #include <sys/time.h>
32 #else 32 #else
33 #include <time.h> 33 #include <time.h>
34 #endif 34 #endif
35 #endif
36
37 #if defined(WINDOWSNT) && defined(HAVE_X_WINDOWS)
38 /* Provides gettimeofday etc */
39 #include <X11/Xw32defs.h>
40 #include <X11/Xos.h>
35 #endif 41 #endif
36 42
37 #ifdef HAVE_UTIME_H 43 #ifdef HAVE_UTIME_H
38 # include <utime.h> 44 # include <utime.h>
39 #endif 45 #endif