Re: [PATCH] clients/nested: fix undefined reference to xzalloc

2016-04-25 Thread Pekka Paalanen
On Fri, 22 Apr 2016 13:11:12 -0700 "U. Artie Eoff" wrote: > Include shared/xalloc.h in clients/nested.c to fix > compilation error: undefined reference to `xzalloc' > > Signed-off-by: U. Artie Eoff > --- > clients/nested.c | 1 + > 1 file

[PATCH] clients/nested: fix undefined reference to xzalloc

2016-04-22 Thread U. Artie Eoff
Include shared/xalloc.h in clients/nested.c to fix compilation error: undefined reference to `xzalloc' Signed-off-by: U. Artie Eoff --- clients/nested.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/nested.c b/clients/nested.c index