diff options
| author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-05-16 12:26:52 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-05-16 12:26:52 +0200 |
| commit | 05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0 (patch) | |
| tree | cc10fe4c6d6f9c2b4952e39859d54d5971895af9 /libf2c/libI77/endfile.c | |
| parent | e61fc951a52634dc106f21e55742f5214d726677 (diff) | |
| download | gcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.zip gcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.tar.gz gcc-05b7b1c1dc0e6bf935eb4a175bacdea87b51efc0.tar.bz2 | |
Makefile.in (endfile.o): Add dependency on config.h.
* libI77/Makefile.in (endfile.o): Add dependency on config.h.
* libI77/endfile.c: Include config.h and sys/types for off_t.
* libI77/config.h.in: New file.
* libI77/configure.in: Add test for off_t, create config.h file.
* libI77/configure: Regenerated.
From-SVN: r42148
Diffstat (limited to 'libf2c/libI77/endfile.c')
| -rw-r--r-- | libf2c/libI77/endfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libf2c/libI77/endfile.c b/libf2c/libI77/endfile.c index 7b009c7..04f02cb 100644 --- a/libf2c/libI77/endfile.c +++ b/libf2c/libI77/endfile.c @@ -1,6 +1,8 @@ +#include "config.h" #include "f2c.h" #include "fio.h" +#include <sys/types.h> #include <unistd.h> #ifdef KR_headers |
