aboutsummaryrefslogtreecommitdiffstats
path: root/bench/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchmark.c')
-rw-r--r--bench/benchmark.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bench/benchmark.c b/bench/benchmark.c
index 7d062a6..7b987e2 100644
--- a/bench/benchmark.c
+++ b/bench/benchmark.c
@@ -1,7 +1,11 @@
#include <time.h>
#include <stdio.h>
-#include "../zahl.h"
+#ifdef BENCHMARK_LIB
+# include BENCHMARK_LIB
+#else
+# include "../zahl.h"
+#endif
#ifndef CLOCK_MONOTONIC_RAW