This fixes a compilation error with gcc 4.4 on RHEL 6. Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel