mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
Unconditionally include <time.h> from Gnulib.
* libguile/stime.c: Unconditionally include <time.h>.
This commit is contained in:
parent
92b8087d7d
commit
2bdd40a696
1 changed files with 1 additions and 5 deletions
|
@ -61,11 +61,7 @@
|
||||||
#include "libguile/stime.h"
|
#include "libguile/stime.h"
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <time.h> /* Gnulib-provided */
|
||||||
|
|
||||||
#ifdef HAVE_CLOCK_GETTIME
|
|
||||||
# include <time.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue