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:
Francois Gouget 2015-11-16 10:20:29 +00:00 committed by Frediano Ziglio
parent dc169cea90
commit bd2bbe2fdd

View File

@ -19,6 +19,7 @@
# define UTILS_H_
#include <time.h>
#include <stdint.h>
typedef int64_t red_time_t;