Tweaked timing function to work with vs2015

This commit is contained in:
Matt Hill
2016-07-17 09:50:44 -04:00
parent 3748a5a5b5
commit 3c3a50327b

View File

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