[Spice-devel] [PATCH spice-protocol] build: include spice/types.h in foreign_menu_prot.h

Alon Levy alevy at redhat.com
Thu Feb 23 13:53:14 PST 2012


On Thu, Feb 23, 2012 at 10:19:20PM +0100, Marc-André Lureau wrote:
> The header uses some types only defined in stdint.h. Apparently, the
> rest of the headers include types.h for that.

ACK

> ---
>  spice/foreign_menu_prot.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/spice/foreign_menu_prot.h b/spice/foreign_menu_prot.h
> index 570fafb..f478e2a 100644
> --- a/spice/foreign_menu_prot.h
> +++ b/spice/foreign_menu_prot.h
> @@ -18,6 +18,7 @@
>  #ifndef _H_FOREIGN_MENU_PROT
>  #define _H_FOREIGN_MENU_PROT
>  
> +#include <spice/types.h>
>  #include <spice/start-packed.h>
>  
>  #define FOREIGN_MENU_MAGIC      (*(uint32_t*)"FRGM")
> -- 
> 1.7.7.6
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list