Re: [Spice-devel] [PATCH spice-gtk v4 3/8] spice-uri: Add missing include

2016-05-31 Thread Victor Toso
Hi, On Mon, May 30, 2016 at 05:46:45PM +0200, Pavel Grunt wrote: > Related: rhbz#1335239 > --- > src/spice-uri.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/spice-uri.c b/src/spice-uri.c > index 8cf870d..3bdb502 100644 > --- a/src/spice-uri.c > +++ b/src/spice-uri.c > @@ -22,6

Re: [Spice-devel] [PATCH spice-gtk v4 3/8] spice-uri: Add missing include

2016-05-30 Thread Marc-André Lureau
Hi - Original Message - > Hi Marc-André, > > On Mon, 2016-05-30 at 11:54 -0400, Marc-André Lureau wrote: > > Hi > > > > - Original Message - > > > Related: rhbz#1335239 > > > > include header, but what for? > > It should be included otherwise changing a declaration in

Re: [Spice-devel] [PATCH spice-gtk v4 3/8] spice-uri: Add missing include

2016-05-30 Thread Pavel Grunt
Hi Marc-André, On Mon, 2016-05-30 at 11:54 -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > Related: rhbz#1335239 > > include header, but what for? It should be included otherwise changing a declaration in spice-uri-priv.h will not require changing the corresponding

Re: [Spice-devel] [PATCH spice-gtk v4 3/8] spice-uri: Add missing include

2016-05-30 Thread Marc-André Lureau
Hi - Original Message - > Related: rhbz#1335239 include header, but what for? Shouldn't it be merged with some other patch? > --- > src/spice-uri.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/spice-uri.c b/src/spice-uri.c > index 8cf870d..3bdb502 100644 > ---

[Spice-devel] [PATCH spice-gtk v4 3/8] spice-uri: Add missing include

2016-05-30 Thread Pavel Grunt
Related: rhbz#1335239 --- src/spice-uri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spice-uri.c b/src/spice-uri.c index 8cf870d..3bdb502 100644 --- a/src/spice-uri.c +++ b/src/spice-uri.c @@ -22,6 +22,7 @@ #include "spice-client.h" #include "spice-uri.h" +#include