Include shared/xalloc.h in clients/nested.c to fix
compilation error: undefined reference to `xzalloc'

Signed-off-by: U. Artie Eoff <[email protected]>
---
 clients/nested.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clients/nested.c b/clients/nested.c
index e78f08c396f4..72aab151a071 100644
--- a/clients/nested.c
+++ b/clients/nested.c
@@ -47,6 +47,7 @@
 #include <wayland-server.h>
 
 #include "shared/helpers.h"
+#include "shared/xalloc.h"
 #include "window.h"
 
 #ifndef EGL_WL_create_wayland_buffer_from_image
-- 
2.1.0

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to