On Tue, Jan 25, 2011 at 07:17:23PM +0100, Marc-André Lureau wrote:
> diff --git a/common/ring.h b/common/ring.h
> index defa1ed..dcd3fbf 100644
> --- a/common/ring.h
> +++ b/common/ring.h
> @@ -19,6 +19,8 @@
>  #ifndef _H_RING2
>  #define _H_RING2
>  
> +#include <stddef.h>
> +

These days ring.h includes spice_common.h, which has

#include <stdio.h>
#include <stdint.h>
#include <time.h>
#include <stdlib.h>

stdlib includes stddef, so this patch should no longer be needed.

Christophe

Attachment: pgpTAblwSInj6.pgp
Description: PGP signature

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

Reply via email to