From fe31d2f9affae349728c6a328a9da77411160a49 Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Fri, 20 May 2016 22:23:58 -0600 Subject: [PATCH] event-loop: Include wayland-util.h event-loop.c uses WL_EXPORT and wl_list, which are defined in wayland-util.h. Include wayland-util.h explicitly, rather than transitively through wayland-server-core.h. Signed-off-by: Yong Bakos Reviewed-by: Sam Spilsbury --- src/event-loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/event-loop.c b/src/event-loop.c index 11a9bf2..7f1c7e5 100644 --- a/src/event-loop.c +++ b/src/event-loop.c @@ -36,6 +36,7 @@ #include #include #include +#include "wayland-util.h" #include "wayland-private.h" #include "wayland-server-core.h" #include "wayland-os.h" -- 2.7.4