diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-11-21 17:52:58 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-11-21 17:52:58 +0100 |
commit | bca114f8c5194237ba54dd104e5878c906028faf (patch) | |
tree | 8eb4be99e8c2169827a870e84de2428c9b351b76 | |
parent | 738603fd040cf35c425532b90d9a4e58f1fc4abb (diff) |
system: include time.h for the itimerspec struct
-rw-r--r-- | spa/include/spa/support/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spa/include/spa/support/system.h b/spa/include/spa/support/system.h index 0e9dcfa1..44950668 100644 --- a/spa/include/spa/support/system.h +++ b/spa/include/spa/support/system.h @@ -29,7 +29,7 @@ extern "C" { #endif -#include <sys/timerfd.h> +#include <time.h> #include <spa/utils/defs.h> #include <spa/utils/hook.h> |