From 1d41d93fd00e8dba928de3439cc727c87f6934d2 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 2 Oct 2018 11:32:07 -0400 Subject: [PATCH] fix linux --- llarp/time.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llarp/time.cpp b/llarp/time.cpp index 965e297bf..803ca5238 100644 --- a/llarp/time.cpp +++ b/llarp/time.cpp @@ -1,5 +1,9 @@ #include +#ifdef __linux__ +#include +#else #include +#endif // these _should_ be 32-bit safe... llarp_time_t