* scmsigs.c: include sys/time.h for itimer stuff.
authorGary Houston <ghouston@arglist.com>
Sat, 21 Jul 2001 21:11:16 +0000 (21:11 +0000)
committerGary Houston <ghouston@arglist.com>
Sat, 21 Jul 2001 21:11:16 +0000 (21:11 +0000)
libguile/ChangeLog
libguile/scmsigs.c

index d94097f..213f021 100644 (file)
@@ -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.
index ef3e80c..93f806a 100644 (file)
 #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