mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
* scmsigs.c: include sys/time.h for itimer stuff.
This commit is contained in:
parent
bd8398e6ef
commit
1bed8c28a2
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-07-21 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
|
* scmsigs.c: include sys/time.h for itimer stuff.
|
||||||
|
|
||||||
2001-07-19 Rob Browning <rlb@defaultvalue.org>
|
2001-07-19 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
|
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
|
||||||
|
|
|
@ -59,6 +59,10 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_TIME_H
|
||||||
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The thread system has its own sleep and usleep functions. */
|
/* The thread system has its own sleep and usleep functions. */
|
||||||
#ifndef USE_THREADS
|
#ifndef USE_THREADS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue