1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +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:23:20 +00:00
parent 75975ac8cf
commit 0e94a6b0a4

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. /* Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -44,11 +44,12 @@
#include <limits.h> #include <limits.h>
#include <string.h> #include <string.h>
#include "libguile/_scm.h"
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "libguile/_scm.h"
#include "libguile/async.h" #include "libguile/async.h"
#include "libguile/iselect.h" #include "libguile/iselect.h"