mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
* scmsigs.c: include sys/time.h for itimer stuff.
This commit is contained in:
parent
f8fd58434a
commit
f6fb4771bc
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-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
||||||
|
|
|
@ -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