Merge pull request #2586 from sidneycadot/fix-snapshot-build-issue_2
Fixing snapshot build issue.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
#if defined(__MINGW64__)
|
||||
#if defined(__MINGW64__) || defined(__MINGW32__)
|
||||
/* For gettimeofday() */
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user