clients/nested: fix undefined reference to xzalloc
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 22 Apr 2016 20:11:12 +0000 (13:11 -0700)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 25 Apr 2016 10:44:09 +0000 (13:44 +0300)
Include shared/xalloc.h in clients/nested.c to fix
compilation error: undefined reference to `xzalloc'

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
clients/nested.c

index e78f08c..72aab15 100644 (file)
@@ -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