1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Unconditionally include <time.h> from Gnulib.

* libguile/stime.c: Unconditionally include <time.h>.
This commit is contained in:
Ludovic Courtès 2016-07-11 11:00:38 +02:00 committed by Andy Wingo
parent 147ba05dee
commit abb0b54be8

View file

@ -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>