diff options
Diffstat (limited to 'benchtests')
-rw-r--r-- | benchtests/bench-timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/bench-timing.h b/benchtests/bench-timing.h index 41b7324527..93fe379f99 100644 --- a/benchtests/bench-timing.h +++ b/benchtests/bench-timing.h @@ -21,7 +21,7 @@ #include <hp-timing.h> #include <stdint.h> -#if HP_TIMING_AVAIL && !defined USE_CLOCK_GETTIME +#if HP_TIMING_INLINE && !defined USE_CLOCK_GETTIME # define GL(x) _##x # define GLRO(x) _##x typedef hp_timing_t timing_t; |