[Spice-devel] [PATCH x11spice 2/2] Including missing header for inlined clock functions.

Frediano Ziglio fziglio at redhat.com
Wed Jul 31 16:23:16 UTC 2019


> 
> Fixes compilation on RHEL 7.3.
> 
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>

Acked

> ---
>  spice-video-dummy/src/dummy.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/spice-video-dummy/src/dummy.h b/spice-video-dummy/src/dummy.h
> index af77c177..cb8afc37 100644
> --- a/spice-video-dummy/src/dummy.h
> +++ b/spice-video-dummy/src/dummy.h
> @@ -10,6 +10,7 @@
>  #include <X11/extensions/Xv.h>
>  #endif
>  #include <string.h>
> +#include <time.h>
>  
>  #define GLAMOR_FOR_XORG 1
>  #include "glamor.h"


More information about the Spice-devel mailing list