* readrecord.c: Include <sys/types.h> for off_t.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Sun, 3 Jan 1999 20:07:56 +0000 (20:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 3 Jan 1999 20:07:56 +0000 (13:07 -0700)
From-SVN: r24467

libchill/ChangeLog
libchill/readrecord.c

index 672a594ca1e1a4f699ceff016ba1b23b55d9efdb..6b67f73d235384f4fac4f31c866116d622be407f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan  3 21:04:53 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * readrecord.c: Include <sys/types.h> for off_t.
+
 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure.in (compiler_name): Add check to detect if this
index eeb57096149d4adc448625eb00cf3ff481ac4ef2..2af42cfbfe22048e13084bb372d7e2aa6a33376a 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
 #include <errno.h>
+#include <sys/types.h>
 #include <unistd.h>
 
 #include "fileio.h"