diff options
Diffstat (limited to 'bench/benchmark.c')
| -rw-r--r-- | bench/benchmark.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/benchmark.c b/bench/benchmark.c index 6649958..27efee1 100644 --- a/bench/benchmark.c +++ b/bench/benchmark.c @@ -5,11 +5,12 @@ # include BENCHMARK_LIB #else # include "../zahl.h" +# define BIGINT_LIBRARY "libzahl" #endif #ifndef CLOCK_MONOTONIC_RAW -# define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC +# define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC #endif |
