Quick MSVC buid fix after 37364b2
authorsvost <svost@users.noreply.github.com>
Thu, 9 Feb 2017 19:24:36 +0000 (22:24 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2017 19:24:36 +0000 (22:24 +0300)
src/util.h

index 8a2d708..322ee7d 100644 (file)
@@ -30,6 +30,8 @@
 #endif
 #include <inttypes.h>
 
+#include "compat.h"
+
 static const int32_t nOneHour = 60 * 60;
 static const int32_t nOneDay = 24 * 60 * 60;
 static const int64_t nOneWeek = 7 * 24 * 60 * 60;