summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index d67ebd94..c41b2c9c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -5,7 +5,9 @@
#include "base_decls.h"
#include "buffer.h"
+__declspec_dllimport__
extern unix_time64_t log_epoch_secs;
+__declspec_dllimport__
extern unix_time64_t log_monotonic_secs;
#if defined(HAVE_CLOCK_GETTIME) && HAS_TIME_BITS64