Re: [PATCH wayland] event-loop: Include wayland-util.h

2016-06-07 Thread Pekka Paalanen
On Sat, 21 May 2016 13:23:44 +0800 Sam Spilsbury wrote: > On Sat, May 21, 2016 at 12:23 PM, Yong Bakos wrote: > > From: Yong Bakos > > > > event-loop.c uses WL_EXPORT and wl_list, which are defined in > > wayland-util.h. > > > > Include wayland-util.h explicitly, rather than transitively throug

Re: [PATCH wayland] event-loop: Include wayland-util.h

2016-05-20 Thread Sam Spilsbury
On Sat, May 21, 2016 at 12:23 PM, Yong Bakos wrote: > From: Yong Bakos > > 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 > --- > src/e

[PATCH wayland] event-loop: Include wayland-util.h

2016-05-20 Thread Yong Bakos
From: Yong Bakos 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 --- src/event-loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/even