mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +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>
|
||||
|
||||
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
/* The thread system has its own sleep and usleep functions. */
|
||||
#ifndef USE_THREADS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue