Re: [Spice-devel] [PATCH] client: fix missing stdarg.h include

2012-08-27 Thread Christophe Fergeau
Hey, On Sun, Aug 19, 2012 at 05:02:10PM +0200, Yann E. MORIN wrote: > When the C library is uClibc, stdarg.h is required to get the > definition for va_list et al. This is also what man va_arg is saying on my glibc system, so ACK Christophe > > Signed-off-by: "Yann E. MORIN" > > --- > Not ne

[Spice-devel] [PATCH] client: fix missing stdarg.h include

2012-08-20 Thread Yann E. MORIN
When the C library is uClibc, stdarg.h is required to get the definition for va_list et al. Signed-off-by: "Yann E. MORIN" --- Not necessarily sure this is the best/proper place, but it makes it build for me, and common.h seems like a nice place to put it. YEM. --- client/common.h |1 + 1 f