summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-11-21 17:52:58 +0100
committerWim Taymans <wtaymans@redhat.com>2019-11-21 17:52:58 +0100
commitbca114f8c5194237ba54dd104e5878c906028faf (patch)
tree8eb4be99e8c2169827a870e84de2428c9b351b76
parent738603fd040cf35c425532b90d9a4e58f1fc4abb (diff)
system: include time.h for the itimerspec struct
-rw-r--r--spa/include/spa/support/system.h2
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>