summaryrefslogtreecommitdiffstats
path: root/main/libraw1394/clock_monotonic_raw.patch
blob: dd4f14268877604dd8024d36f3315a1af5af7b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./tools/testlibraw.c.orig	2013-04-30 09:42:26.194087642 +0000
+++ ./tools/testlibraw.c	2013-04-30 09:43:01.231109699 +0000
@@ -21,6 +21,9 @@
 #include "../src/raw1394.h"
 #include "../src/csr.h"
 
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW 4
+#endif
 
 #define TESTADDR (CSR_REGISTER_BASE + CSR_CONFIG_ROM)