summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 12b4b7fc0..cc4f75191 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -41,6 +41,7 @@ char *strcasestr(const char *haystack, const char *needle);
#if (defined(riscos) || defined(_WIN32))
#undef HAVE_STRPTIME
#define strptime nsc_time_strptime
+struct tm;
char *nsc_time_strptime(const char *s, const char *format, struct tm *tm);
#else
#define HAVE_STRPTIME