From 33e4b8a5b8ceef76156ef5ae179b8e4393457ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 27 Oct 2019 18:46:36 +0100 Subject: [PATCH] wayland: pull in sys/time.h, for 'struct timeval' --- wayland.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.h b/wayland.h index 9b02b84e..f82d2630 100644 --- a/wayland.h +++ b/wayland.h @@ -3,6 +3,8 @@ #include #include +#include + #include #include #include