ChampSim
gettimeofday.h
Go to the documentation of this file.
1 #ifndef _MY_GETTIMEOFDAY_H_
2 #define _MY_GETTIMEOFDAY_H_
3 
4 #ifdef _MSC_VER
5 
6 #include <winsock2.h>
7 #include <time.h>
8 
9 int gettimeofday(struct timeval * tp, struct timezone * tzp);
10 
11 #endif /* _MSC_VER */
12 
13 #endif /* _MY_GETTIMEOFDAY_H_ */