[Spice-devel] [PATCH 05/26] server: add missing include to ring.h

Marc-André Lureau marcandre.lureau at gmail.com
Mon Feb 14 17:44:02 PST 2011


nack, the dependency to sever/ files is ugly.
I suggest we have a spice-debug.h in common/ instead.

On Fri, Feb 11, 2011 at 6:48 PM, Alon Levy <alevy at redhat.com> wrote:
> ---
>  common/ring.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/common/ring.h b/common/ring.h
> index a841422..b29f194 100644
> --- a/common/ring.h
> +++ b/common/ring.h
> @@ -19,6 +19,8 @@
>  #ifndef _H_RING2
>  #define _H_RING2
>
> +#include "red_common.h"
> +
>  typedef struct Ring RingItem;
>  typedef struct Ring {
>     RingItem *prev;
> --
> 1.7.4
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>



-- 
Marc-André Lureau


More information about the Spice-devel mailing list