aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/mythread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mythread.h b/src/common/mythread.h
index 47af4932..c538dea2 100644
--- a/src/common/mythread.h
+++ b/src/common/mythread.h
@@ -86,9 +86,11 @@ typedef struct {
/// Condition variable
pthread_cond_t cond;
+#ifdef HAVE_CLOCK_GETTIME
/// Clock ID (CLOCK_REALTIME or CLOCK_MONOTONIC) associated with
/// the condition variable
clockid_t clk_id;
+#endif
} mythread_cond;