mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 21:37:10 +08:00
Re-added timeval for newer Windows compilers
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
long tv_nsec; // Nanoseconds - [0, 999999999]
|
||||
};
|
||||
#else
|
||||
//#define timespec timeval
|
||||
#define timespec timeval
|
||||
#endif
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
Reference in New Issue
Block a user