[PATCH] clients/nested: fix undefined reference to xzalloc
Pekka Paalanen
ppaalanen at gmail.com
Mon Apr 25 10:45:16 UTC 2016
On Fri, 22 Apr 2016 13:11:12 -0700
"U. Artie Eoff" <ullysses.a.eoff at intel.com> wrote:
> 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 at intel.com>
> ---
> 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
R-b me, pushed:
9992bdc..2dd10e0 master -> master
Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160425/a70a33ca/attachment.sig>
More information about the wayland-devel
mailing list