This patch is also needed.<br>---<br> wayland/wayland-util.h |    1 +<br> 1 files changed, 1 insertions(+), 0 deletions(-)<br><br>diff --git a/wayland/wayland-util.h b/wayland/wayland-util.h<br>index dcda75b..2675c7a 100644<br>
--- a/wayland/wayland-util.h<br>
+++ b/wayland/wayland-util.h<br>@@ -101,6 +101,7 @@ int wl_list_empty(struct wl_list *list);<br> <br> #define wl_list_for_each_safe(pos, tmp, head, member)            \<br>     pos = 0;                            \<br>+    tmp = 0;                            \<br>

     for (pos = __container_of((head)-&gt;next, pos, member),        \<br>          tmp = __container_of((pos)-&gt;member.next, tmp, member);    \<br>          &amp;pos-&gt;member != (head);                    \<br>-- <br>

1.7.3.2