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"