summaryrefslogtreecommitdiffstats
path: root/Source/cm_get_date.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_get_date.c')
-rw-r--r--Source/cm_get_date.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cm_get_date.c b/Source/cm_get_date.c
new file mode 100644
index 0000000..4bef803
--- /dev/null
+++ b/Source/cm_get_date.c
@@ -0,0 +1,7 @@
+/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+ file Copyright.txt or https://cmake.org/licensing for details. */
+#include "cm_get_date.h"
+
+#define __archive_get_date cm_get_date
+
+#include "../Utilities/cmlibarchive/libarchive/archive_getdate.c"