aboutsummaryrefslogtreecommitdiff
path: root/libchill/readrecord.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-03 20:07:56 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-03 20:07:56 +0000
commit8dfb725c442e6d3d28c355d16ab7267fa9eacd8a (patch)
tree02009f187974e93c3f9c84828f1777a0f90190f3 /libchill/readrecord.c
parent7da9c84c4999227786c15226f1068ee6ef0068d2 (diff)
* readrecord.c: Include <sys/types.h> for off_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24467 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill/readrecord.c')
-rw-r--r--libchill/readrecord.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libchill/readrecord.c b/libchill/readrecord.c
index eeb57096149..2af42cfbfe2 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 <setjmp.h>
#include <stdlib.h>
#include <errno.h>
+#include <sys/types.h>
#include <unistd.h>
#include "fileio.h"