summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.c1
-rw-r--r--bench/bench.h2
2 files changed, 3 insertions, 0 deletions
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 <assert.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <stdio.h>
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 <stdint.h>
+
struct bench_time {
long seconds;
long milliseconds;