Add missing time.h include

This commit is contained in:
xtreme8000 2024-02-06 15:06:49 +01:00
parent 24cdb55152
commit c518da4be0

View file

@ -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