1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 04:50:28 +02:00

* scmsigs.c: include sys/time.h for itimer stuff.

This commit is contained in:
Gary Houston 2001-07-21 21:12:04 +00:00
parent f8fd58434a
commit f6fb4771bc
2 changed files with 8 additions and 0 deletions

View file

@ -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>
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,

View file

@ -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