mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* iselect.h: Some systems require <sys/types.h> to get the FD_SET
macro definitions.
This commit is contained in:
parent
e7c5fb3770
commit
bb3b902f56
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
|
|
||||||
|
/* Needed for FD_SET on some systems. */
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
# ifdef TIME_WITH_SYS_TIME
|
# ifdef TIME_WITH_SYS_TIME
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue