[Spice-devel] [spice-server v2 2/6] net: Introduce red_socket_set_non_blocking() helper
Frediano Ziglio
fziglio at redhat.com
Fri Mar 10 13:41:50 UTC 2017
>
> On Fri, Mar 10, 2017 at 09:59:38AM +0100, Christophe Fergeau wrote:
> > This allows to move some low-level code out of reds.c
>
> Forgot that this patch (or one of the patches in this series) needs a
> minor spice-common patch too to avoid build failures.
>
> diff --git a/common/log.h b/common/log.h
> index 0e03f59..11261ca 100644
> --- a/common/log.h
> +++ b/common/log.h
> @@ -18,6 +18,8 @@
> #ifndef H_SPICE_LOG
> #define H_SPICE_LOG
>
> +#include <stdio.h>
> +
> #include <glib.h>
>
> #include <spice/macros.h>
>
> Christophe
>
This patch looks weird.
Why is this necessary?
Maybe the problem is that this file is not self independent?
Frediano
More information about the Spice-devel
mailing list