Re: [Spice-devel] [PATCH spice-common] allow log.c to compile under MSVC++

2012-04-17 Thread Christophe Fergeau
On Tue, Apr 17, 2012 at 06:58:59PM +0300, Alon Levy wrote: > On Tue, Apr 17, 2012 at 09:36:52AM -0500, Aric Stewart wrote: > > --- > > common/log.c | 12 > > 1 files changed, 12 insertions(+), 0 deletions(-) > > > > ACK and pushing. > > > diff --git a/common/log.c b/common/log.c

Re: [Spice-devel] [PATCH spice-common] allow log.c to compile under MSVC++

2012-04-17 Thread Alon Levy
On Tue, Apr 17, 2012 at 09:36:52AM -0500, Aric Stewart wrote: > --- > common/log.c | 12 > 1 files changed, 12 insertions(+), 0 deletions(-) > ACK and pushing. > diff --git a/common/log.c b/common/log.c > index ef4da06..3cbcef6 100644 > --- a/common/log.c > +++ b/common/log.c > @

[Spice-devel] [PATCH spice-common] allow log.c to compile under MSVC++

2012-04-17 Thread Aric Stewart
--- common/log.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/common/log.c b/common/log.c index ef4da06..3cbcef6 100644 --- a/common/log.c +++ b/common/log.c @@ -22,7 +22,9 @@ #include #include #include +#ifndef _MSC_VER #include +#endif #include