From 95f31774cc10f67d2f34973ae9df7b324075ce2b Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 27 Apr 2004 22:43:28 +0000 Subject: [PATCH] =?UTF-8?q?(=5FPOSIX=5FC=5FSOURCE):=20Define=20to=20199506?= =?UTF-8?q?L=20to=20get=20gmtime=5Fr=20(in=20particular=20on=20HP-UX).=20?= =?UTF-8?q?=20Reported=20by=20Andreas=20V=C3=B6gele.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libguile/stime.c | 1 + 1 file changed, 1 insertion(+) 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