From: Yong Bakos Date: Sat, 21 May 2016 04:23:58 +0000 (-0600) Subject: event-loop: Include wayland-util.h X-Git-Tag: 1.11.91~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe31d2f9affae349728c6a328a9da77411160a49;p=platform%2Fupstream%2Fwayland.git 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 --- 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"