OSDN Git Service

2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Jul 2001 20:19:33 +0000 (20:19 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Jul 2001 20:19:33 +0000 (20:19 +0000)
* libI77/fio.h: Include <sys/types.h> for off_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43678 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog
libf2c/libI77/fio.h

index 3e853c2..1a6f073 100644 (file)
@@ -1,4 +1,8 @@
 2001-07-01  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/fio.h: Include <sys/types.h> for off_t.
+
+2001-07-01  Toon Moene  <toon@moene.indiv.nluug.nl>
             Pedro Vazquez  <vazquez@penelope.iqm.unicamp.br>
 
        * libI77/fio.h: Use off_t when appropriate.
index d5e9157..b3dca63 100644 (file)
@@ -1,3 +1,4 @@
+#include <sys/types.h>
 #include <stdio.h>
 #include <errno.h>
 #ifndef NULL