comparison osdep/gettimeofday.c @ 9834:5c639ec8c39e

Unbreak
author rguyom
date Fri, 04 Apr 2003 20:40:57 +0000
parents 0f2cc9ef24f6
children 08cac43f1e38
comparison
equal deleted inserted replaced
9833:9cdbcd86c176 9834:5c639ec8c39e
1 #include "../config.h"
1 2
2 #ifndef HAVE_GETTIMEOFDAY 3 #ifndef HAVE_GETTIMEOFDAY
3 #include <sys/time.h> 4 #include <sys/time.h>
4 #include <sys/timeb.h> 5 #include <sys/timeb.h>
5 void gettimeofday(struct timeval* t,void* timezone) 6 void gettimeofday(struct timeval* t,void* timezone)