1
Fork 0
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:
Marius Vollmer 2002-11-03 17:18:28 +00:00
parent 1d4cbbed6e
commit 5d5bd0183e

View file

@ -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"