Re-added timeval for newer Windows compilers

This commit is contained in:
Matt Hill
2016-06-17 10:12:30 -04:00
parent 1efabe35bd
commit cc24fe0406

View File

@@ -17,7 +17,7 @@
long tv_nsec; // Nanoseconds - [0, 999999999]
};
#else
//#define timespec timeval
#define timespec timeval
#endif
#else
#include <sys/time.h>