[Spice-devel] [PATCH 08/14] Add missing include to red-pipe-item.h

Pavel Grunt pgrunt at redhat.com
Thu May 5 11:56:03 UTC 2016


On Tue, 2016-05-03 at 15:00 -0500, Jonathon Jongsma wrote:
> This doesn't cause problems at the moment, because the files that
> include this file also include the other files that are needed, but just
> for completeness...
For me the shortlog itself is enough. From this ^ paragraph I get a feeling that
some problems will come without this commit.

Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  server/red-pipe-item.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/server/red-pipe-item.h b/server/red-pipe-item.h
> index 8bb12b7..73e37f0 100644
> --- a/server/red-pipe-item.h
> +++ b/server/red-pipe-item.h
> @@ -19,6 +19,7 @@
>  #define _H_RED_PIPE_ITEM
>  
>  #include <glib.h>
> +#include "common/ring.h"
>  
>  typedef struct {
>      RingItem link;


More information about the Spice-devel mailing list