Skip to content
Snippets Groups Projects
Commit 2dd10e0c authored by U. Artie Eoff's avatar U. Artie Eoff Committed by Pekka Paalanen
Browse files

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: default avatarU. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewed-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
parent 9992bdcb
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#include <wayland-server.h> #include <wayland-server.h>
#include "shared/helpers.h" #include "shared/helpers.h"
#include "shared/xalloc.h"
#include "window.h" #include "window.h"
#ifndef EGL_WL_create_wayland_buffer_from_image #ifndef EGL_WL_create_wayland_buffer_from_image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment