From 1edcb9b62a1a520eddae8403c19d841c9b18737f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:24 -0800 Subject: Import Upstream version 5b3 --- ioext.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ioext.c') diff --git a/ioext.c b/ioext.c index 3e77a29..c653970 100644 --- a/ioext.c +++ b/ioext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997 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 @@ -66,6 +66,14 @@ SCM stat2scm P((struct stat *stat_temp)); #ifdef __sgi__ # include #endif +#ifdef freebsd +# include +#endif +/* added by Denys Duchier */ +#ifdef __svr4__ +# include +# include +#endif #ifndef STDC_HEADERS int chdir P((const char *path)); -- cgit v1.2.3