diff options
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 9c70b5b3f..df5e1412b 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -29,9 +29,10 @@ #define _CAIRO_PERF_H_ #include "cairo-boilerplate.h" +#include "../src/cairo-time-private.h" #include <stdio.h> -typedef uint64_t cairo_perf_ticks_t; +typedef cairo_time_t cairo_perf_ticks_t; typedef struct _cairo_stats { cairo_perf_ticks_t min_ticks; |