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:
parent
147ba05dee
commit
abb0b54be8
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue