mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Include "_scm.h" before testing HAVE_UNISTD_H. Thanks to Bill
Schottstaedt!
This commit is contained in:
parent
1d4cbbed6e
commit
5d5bd0183e
1 changed files with 2 additions and 1 deletions
|
@ -44,11 +44,12 @@
|
|||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/async.h"
|
||||
|
||||
#include "libguile/iselect.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue