1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* iselect.h: Some systems require <sys/types.h> to get the FD_SET

macro definitions.
This commit is contained in:
Jim Blandy 1998-01-04 00:31:05 +00:00
parent e7c5fb3770
commit bb3b902f56

View file

@ -46,6 +46,9 @@
#include "libguile/__scm.h"
/* Needed for FD_SET on some systems. */
#include <sys/types.h>
# ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>