aboutsummaryrefslogtreecommitdiff
path: root/eperd/eperd.h
diff options
context:
space:
mode:
Diffstat (limited to 'eperd/eperd.h')
-rw-r--r--eperd/eperd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/eperd/eperd.h b/eperd/eperd.h
index e19c1a0..73b5cc6 100644
--- a/eperd/eperd.h
+++ b/eperd/eperd.h
@@ -56,3 +56,7 @@ extern struct testops traceroute_ops;
void crondlog(const char *ctl, ...);
int get_atlas_fw_version(void);
+
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW 4
+#endif