1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-24 08:29:30 +00:00

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
commit 823f2045cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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