diff --git a/src/util.h b/src/util.h index 562ac19a8b..6fdef3837e 100644 --- a/src/util.h +++ b/src/util.h @@ -59,7 +59,7 @@ const void *_jq_memmem(const void *haystack, size_t haystacklen, #include -#if defined(WIN32) && !defined(HAVE_STRPTIME) +#ifndef HAVE_STRPTIME char* strptime(const char *buf, const char *fmt, struct tm *tm); #endif