clients/nested: fix undefined reference to xzalloc

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>
This commit is contained in:
U. Artie Eoff 2016-04-22 13:11:12 -07:00 committed by Pekka Paalanen
parent 9992bdcbe6
commit 2dd10e0c60
1 changed files with 1 additions and 0 deletions

View 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