From: "naveenkumar.nagaraj" <naveenkumar.nagaraj@timesys.com>

diff --git a/include/trace-cmd/trace-cmd.h b/include/trace-cmd/trace-cmd.h
index 8b467fe..5f7517b 100644
--- a/include/trace-cmd/trace-cmd.h
+++ b/include/trace-cmd/trace-cmd.h
@@ -9,6 +9,13 @@
 #include "event-parse.h"
 #include "tracefs.h"
 
+/*
+ * The IDs of the various system clocks (for POSIX.1b interval timers):
+ */
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW	4
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
2.25.1

