mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +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 <limits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "libguile/_scm.h"
|
#include "libguile/_scm.h"
|
||||||
#include "libguile/async.h"
|
#include "libguile/async.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue