mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
On macos, <sys/types.h> does not declare clockid_t,
but it's instead in <time.h>, which also includes
<sys/types.h> on Linux, so just include <time.h> on
all UNIX platforms.
Fixes:
|
||
|---|---|---|
| .. | ||
| .clang-format | ||
| cpu_trace.h | ||
| gpuvis_trace_utils.h | ||
| u_gpuvis.c | ||
| u_gpuvis.h | ||
| u_perfetto.cc | ||
| u_perfetto.h | ||
| u_perfetto_renderpass.h | ||
| u_trace.c | ||
| u_trace.h | ||
| u_trace.py | ||
| u_trace_priv.h | ||