# | Line 24 | Line 24 | |
---|---|---|
24 | #define DEBUG 0 | |
25 | #include "debug.h" | |
26 | ||
27 | + | // For NetBSD with broken pthreads headers |
28 | + | #ifndef CLOCK_REALTIME |
29 | + | #define CLOCK_REALTIME 0 |
30 | + | #endif |
31 | + | |
32 | ||
33 | /* | |
34 | * Return microseconds since boot (64 bit) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |