From 0e94a6b0a4f9f48c43b9ff4d970380fbe287387b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 3 Nov 2002 17:23:20 +0000 Subject: [PATCH] Include "_scm.h" before testing HAVE_UNISTD_H. Thanks to Bill Schottstaedt! --- libguile/iselect.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libguile/iselect.c b/libguile/iselect.c index 59d2b795a..0cab95425 100644 --- a/libguile/iselect.c +++ b/libguile/iselect.c @@ -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 * it under the terms of the GNU General Public License as published by @@ -44,11 +44,12 @@ #include #include +#include "libguile/_scm.h" + #ifdef HAVE_UNISTD_H #include #endif -#include "libguile/_scm.h" #include "libguile/async.h" #include "libguile/iselect.h"