Merge pull request #2586 from sidneycadot/fix-snapshot-build-issue_2

Fixing snapshot build issue.
This commit is contained in:
Sidney Cadot
2025-01-01 09:14:31 +01:00
committed by GitHub

View File

@@ -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