[Spice-devel] server: Include stdint.h for int64_t
Francois Gouget
fgouget at codeweavers.com
Sun Nov 15 10:46:43 PST 2015
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
More information about the Spice-devel
mailing list