mirror of
https://github.com/xtreme8000/CavEX.git
synced 2025-01-22 09:11:55 -05:00
Add missing time.h include
This commit is contained in:
parent
24cdb55152
commit
c518da4be0
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ typedef uint64_t ptime_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PLATFORM_PC
|
#ifdef PLATFORM_PC
|
||||||
|
#include <time.h>
|
||||||
typedef struct timespec ptime_t;
|
typedef struct timespec ptime_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue