From 163748d173af0ebeeec80b1e414169e72d23bb24 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Mar 2020 21:55:34 +0100 Subject: Cleanup: Add missing includes --- test/test_timer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_timer.c') diff --git a/test/test_timer.c b/test/test_timer.c index 341b4f3..11666ec 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -30,6 +30,8 @@ #include #include #include +#include +#include #ifdef __APPLE__ static const double timeout = 1 / 60.0; -- cgit v1.2.1