This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix build against old linux distros
tags/v2.1-rc1
falkTX
5 years ago
parent
2df0ddf343
commit
c88cf0b386
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/modules/hylia/link/ableton/platforms/linux/Clock.hpp
+ 2
- 0
source/modules/hylia/link/ableton/platforms/linux/Clock.hpp
View File
@@ -49,7 +49,9 @@ public:
};
using ClockMonotonic = Clock<CLOCK_MONOTONIC>;
#ifdef CLOCK_MONOTONIC_RAW
using ClockMonotonicRaw = Clock<CLOCK_MONOTONIC_RAW>;
#endif
} // namespace linux
} // namespace platforms
Write
Preview
Loading…
Cancel
Save