summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_copy_bhfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_entry_copy_bhfi.c')
-rw-r--r--libarchive/archive_entry_copy_bhfi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libarchive/archive_entry_copy_bhfi.c b/libarchive/archive_entry_copy_bhfi.c
index 9ad181e2..8339032c 100644
--- a/libarchive/archive_entry_copy_bhfi.c
+++ b/libarchive/archive_entry_copy_bhfi.c
@@ -26,11 +26,12 @@
#include "archive_platform.h"
__FBSDID("$FreeBSD$");
+#include "archive_private.h"
#include "archive_entry.h"
#if defined(_WIN32) && !defined(__CYGWIN__)
-#define EPOC_TIME (116444736000000000ULL)
+#define EPOC_TIME ARCHIVE_LITERAL_ULL(116444736000000000)
__inline static void
fileTimeToUtc(const FILETIME *filetime, time_t *time, long *ns)