mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
server: Include stdint.h for int64_t
This fixes a compilation error with gcc 4.4 on RHEL 6. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
dc169cea90
commit
bd2bbe2fdd
@ -19,6 +19,7 @@
|
||||
# define UTILS_H_
|
||||
|
||||
#include <time.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int64_t red_time_t;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user