civodul pushed a commit to branch stable-2.0
in repository guile.

commit 2bdd40a6966b18d4f62eaf1ce2d803b9b34c9d93
Author: Ludovic Courtès <[email protected]>
Date:   Mon Jul 11 11:00:38 2016 +0200

    Unconditionally include <time.h> from Gnulib.
    
    * libguile/stime.c: Unconditionally include <time.h>.
---
 libguile/stime.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/libguile/stime.c b/libguile/stime.c
index f430ca4..aa0784d 100644
--- a/libguile/stime.c
+++ b/libguile/stime.c
@@ -61,11 +61,7 @@
 #include "libguile/stime.h"
 
 #include <unistd.h>
-
-
-#ifdef HAVE_CLOCK_GETTIME
-# include <time.h>
-#endif
+#include <time.h>                                /* Gnulib-provided */
 
 #include <sys/types.h>
 #include <string.h>

Reply via email to