From bd2bbe2fdd9f230fc6b8a75dec612626dcce71f7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 16 Nov 2015 10:20:29 +0000 Subject: server: Include stdint.h for int64_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a compilation error with gcc 4.4 on RHEL 6. Signed-off-by: Francois Gouget Acked-by: Fabiano FidĂȘncio --- server/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/utils.h b/server/utils.h index 1ebc32fc..cae03d43 100644 --- a/server/utils.h +++ b/server/utils.h @@ -19,6 +19,7 @@ # define UTILS_H_ #include +#include typedef int64_t red_time_t; -- cgit v1.2.3