summaryrefslogtreecommitdiff
path: root/time/wcsftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/wcsftime.c')
-rw-r--r--time/wcsftime.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/time/wcsftime.c b/time/wcsftime.c
new file mode 100644
index 0000000000..17bb53ede6
--- /dev/null
+++ b/time/wcsftime.c
@@ -0,0 +1,4 @@
+#include <wctype.h>
+#include <wchar.h>
+#define COMPILE_WIDE 1
+#include "strftime.c"