-
Include sys/time.h for cycleclock.h when building on MinGW (#680) · 439d6b1cMartin Storsjö authored
When building for ARM, there is a fallback codepath that uses gettimeofday, which requires sys/time.h. The Windows SDK doesn't have this header, but MinGW does have it. Thus, this fixes building for Windows on ARM with MinGW headers/libraries, while Windows on ARM with the Windows SDK still is broken.
439d6b1c
×