guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/27: Unconditionally include <time.h> from Gnulib.


From: Andy Wingo
Subject: [Guile-commits] 02/27: Unconditionally include <time.h> from Gnulib.
Date: Mon, 25 Jul 2016 09:53:45 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit abb0b54be8167bef2d7772697645f51f72432eaa
Author: Ludovic Courtès <address@hidden>
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 f656d88..232ec6f 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

[Prev in Thread] Current Thread [Next in Thread]