fix(time): include UNIX time headers on Mac, too

This commit is contained in:
phaneron 2023-07-30 14:33:31 -04:00
parent 0297a77a50
commit 7c388d148b

View file

@ -10,7 +10,7 @@
#include <windows.h>
#endif
#if defined(WHOA_SYSTEM_LINUX)
#if defined(WHOA_SYSTEM_MAC) || defined(WHOA_SYSTEM_LINUX)
#include <ctime>
#include <sys/time.h>
#endif