From fe81dcbd2f9a375b46f4e1b8cc1d1045bd112cf6 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 19 Sep 2016 10:09:12 +0300 Subject: bench: fix compilation on hurd Patch by Samuel Thibault. https://github.com/xkbcommon/libxkbcommon/issues/39 Signed-off-by: Ran Benita --- bench/bench.c | 1 + bench/bench.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'bench') diff --git a/bench/bench.c b/bench/bench.c index 37e41f5..6aa43d9 100644 --- a/bench/bench.c +++ b/bench/bench.c @@ -35,6 +35,7 @@ #include #include +#include #include #include diff --git a/bench/bench.h b/bench/bench.h index 5c1769e..adc15bb 100644 --- a/bench/bench.h +++ b/bench/bench.h @@ -25,6 +25,8 @@ #ifndef LIBXKBCOMMON_BENCH_H #define LIBXKBCOMMON_BENCH_H +#include + struct bench_time { long seconds; long milliseconds; -- cgit v1.2.1