From def804a3812d8264b0c35e257cdea1de34d58df8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Jul 1999 07:49:58 +0000 Subject: [PATCH] * filesys.c: #include , if we have it. * scmconfig.h.in: Regenerated. --- libguile/filesys.c | 7 ++++++- libguile/scmconfig.h.in | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libguile/filesys.c b/libguile/filesys.c index 976409494..39e40b8cd 100644 --- a/libguile/filesys.c +++ b/libguile/filesys.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999 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 @@ -48,7 +48,12 @@ #include "iselect.h" #include "filesys.h" + +#ifdef HAVE_IO_H +#include +#endif + #ifdef TIME_WITH_SYS_TIME # include # include diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index a3dc01b98..dde611a02 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -356,6 +356,9 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_IO_H + /* Define if you have the header file. */ #undef HAVE_LIBC_H