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:
commit
823f2045cf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user