diff --git a/libguile/stime.c b/libguile/stime.c index bf784be47..568f577c2 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -19,6 +19,7 @@ #define _GNU_SOURCE /* ask glibc for everything, in particular strptime */ +#define _POSIX_C_SOURCE 199506L /* for gmtime_r prototype */ #if HAVE_CONFIG_H # include