[Spice-devel] server: Include stdint.h for int64_t

Frediano Ziglio fziglio at redhat.com
Mon Nov 16 02:37:54 PST 2015


> 
> On Sun, Nov 15, 2015 at 7:46 PM, Francois Gouget
> <fgouget at codeweavers.com> wrote:
> > This fixes a compilation error with gcc 4.4 on RHEL 6.
> >
> > Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
> > ---
> >  server/utils.h | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/server/utils.h b/server/utils.h
> > index 1ebc32f..cae03d4 100644
> > --- a/server/utils.h
> > +++ b/server/utils.h
> > @@ -19,6 +19,7 @@
> >  # define UTILS_H_
> >
> >  #include <time.h>
> > +#include <stdint.h>
> >
> >  typedef int64_t red_time_t;
> >
> > --
> > 2.6.2
> >
> > _______________________________________________
> > Spice-devel mailing list
> > Spice-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/spice-devel
> 
> Looks good, ACK!

Merged

Frediano


More information about the Spice-devel mailing list