From 24ddf62fc6372f3b7dcbba3d9bc0d62c4d81e571 Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Fri, 20 May 2016 14:44:47 -0600 Subject: [PATCH] Fix missing definition of UT_INT64 for APPLE --- src/UT/fyut.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/UT/fyut.h b/src/UT/fyut.h index abd515e..10e90bb 100644 --- a/src/UT/fyut.h +++ b/src/UT/fyut.h @@ -57,6 +57,11 @@ #else /* For UNIX */ +# ifdef __APPLE__ +# include +# define UT_INT64 int64_t +# endif + # ifdef LINUX /* specifically the LINUX */ # include # include