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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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" <yann.morin.1998@xxxxxxx>
> 
> ---
> 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 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/client/common.h b/client/common.h
> index ca3609f..13ef1c7 100644
> --- a/client/common.h
> +++ b/client/common.h
> @@ -31,6 +31,7 @@
>  #endif
>  
>  #include <stdio.h>
> +#include <stdarg.h>
>  #include <string>
>  #include <vector>
>  #include <map>
> -- 
> 1.7.2.5
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgprpqA0Qejyj.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]