From: Rainer Orth Date: Sun, 3 Jan 1999 20:07:56 +0000 (+0000) Subject: * readrecord.c: Include for off_t. X-Git-Tag: prereleases/libgcj-0.1~1506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d670fb27a0477b767e8b35b904f8f77925bba160;p=thirdparty%2Fgcc.git * readrecord.c: Include for off_t. From-SVN: r24467 --- diff --git a/libchill/ChangeLog b/libchill/ChangeLog index 672a594ca1e1..6b67f73d2353 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,7 @@ +Sun Jan 3 21:04:53 1999 Rainer Orth + + * readrecord.c: Include for off_t. + 1998-11-26 Manfred Hollstein * configure.in (compiler_name): Add check to detect if this diff --git a/libchill/readrecord.c b/libchill/readrecord.c index eeb57096149d..2af42cfbfe22 100644 --- a/libchill/readrecord.c +++ b/libchill/readrecord.c @@ -1,5 +1,5 @@ /* Implement Input/Output runtime actions for CHILL. - Copyright (C) 1992,1993 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1998 Free Software Foundation, Inc. Author: Wilfried Moser, et al This file is part of GNU CC. @@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#include #include #include "fileio.h"