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
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
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