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 --- pugl/detail/x11.h | 2 ++ test/test_timer.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 6f86a90..6b7a150 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -26,6 +26,8 @@ #include #include +#include +#include typedef struct { Atom CLIPBOARD; 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