summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2016-04-22 13:11:12 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-04-25 13:44:09 +0300
commit2dd10e0c60fbf4bd403fd9fa6c67d20c2ba0ee09 (patch)
tree6e27102f1ef7dfffc5ad393f85fb88c8cec0c598
parent9992bdcbe6b4071c7d04059955171dec183cacfe (diff)
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>
-rw-r--r--clients/nested.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/nested.c b/clients/nested.c
index e78f08c3..72aab151 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