mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
* iselect.c: Include <unistd.h>. Thanks to Bertrand Petit!
This commit is contained in:
parent
29b4f9fb2c
commit
a26f1191e3
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/async.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue