summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/time.c b/time.c
index 04ba4c54ed..c47b3569a0 100644
--- a/time.c
+++ b/time.c
@@ -16,6 +16,9 @@
#include "ruby/encoding.h"
#include "internal.h"
+/* strftime.c */
+size_t rb_strftime_timespec(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, struct timespec *ts, int gmt);
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif