mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix node-driver.c build on FreeBSD.
This commit is contained in:
parent
b9c86f337d
commit
a83d3b0249
1 changed files with 4 additions and 0 deletions
|
|
@ -88,9 +88,13 @@ static const struct clock_info {
|
|||
clockid_t id;
|
||||
} clock_info[] = {
|
||||
{ "realtime", CLOCK_REALTIME },
|
||||
#ifdef CLOCK_TAI
|
||||
{ "tai", CLOCK_TAI },
|
||||
#endif
|
||||
{ "monotonic", CLOCK_MONOTONIC },
|
||||
#ifdef CLOCK_MONOTONIC_RAW
|
||||
{ "monotonic-raw", CLOCK_MONOTONIC_RAW },
|
||||
#endif
|
||||
{ "boottime", CLOCK_BOOTTIME },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue