Re: [Spice-devel] [PATCHv3 spice-gtk 04/14] proxy: parse user and pass from uri

2014-02-20 Thread Christophe Fergeau
On Mon, Feb 17, 2014 at 10:35:43PM +0100, Marc-André Lureau wrote: > --- > gtk/spice-proxy.c | 22 +- > 1 file changed, 21 insertions(+), 1 deletion(-) > > diff --git a/gtk/spice-proxy.c b/gtk/spice-proxy.c > index 7711e83..8613469 100644 > --- a/gtk/spice-proxy.c > +++ b/gtk/

[Spice-devel] [PATCHv3 spice-gtk 04/14] proxy: parse user and pass from uri

2014-02-17 Thread Marc-André Lureau
--- gtk/spice-proxy.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gtk/spice-proxy.c b/gtk/spice-proxy.c index 7711e83..8613469 100644 --- a/gtk/spice-proxy.c +++ b/gtk/spice-proxy.c @@ -19,6 +19,7 @@ #include #include +#include "glib-compat.h"