summaryrefslogtreecommitdiff
path: root/libf2c/libI77/wsfe.c
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-07 18:51:58 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-07 18:51:58 +0000
commitb6ca72c14870fed51f237749dbcd81c20c25d56e (patch)
tree0e9048262cf61415ec252824aa1caef619989bdb /libf2c/libI77/wsfe.c
parent9e5acf3ba2c720cc66c100d1f5505ada93d8aa3e (diff)
downloadgcc-b6ca72c14870fed51f237749dbcd81c20c25d56e.tar.gz
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/Makefile.in: Update config.h dependencies. * libI77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/endfile.c (t_runc): Replace rewind by FSEEK. * libI77/err.c (f__nowwriting): The type of `loc' is off_t. * libI77/open.c (f_open): Replace rewind by FSEEK. * libI77/rewind.c: Include config.h. (f_rew): Replace rewind by FSEEK. * libI77/sfe.c: Include config.h. * libI77/wsfe.c: Ditto. * libU77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libU77/configure: Rebuilt. * libU77/config.hin: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/wsfe.c')
-rw-r--r--libf2c/libI77/wsfe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libf2c/libI77/wsfe.c b/libf2c/libI77/wsfe.c
index babfb3479d9..490231ac75a 100644
--- a/libf2c/libI77/wsfe.c
+++ b/libf2c/libI77/wsfe.c
@@ -1,4 +1,5 @@
/*write sequential formatted external*/
+#include "config.h"
#include "f2c.h"
#include "fio.h"
#include "fmt.h"