fio.h: Include <sys/types.h> for off_t.

2001-07-01  Toon Moene  <toon@moene.indiv.nluug.nl>

	* libI77/fio.h: Include <sys/types.h> for off_t.

From-SVN: r43678
This commit is contained in:
Toon Moene 2001-07-01 22:19:33 +02:00 committed by Toon Moene
parent 3746c4a2d6
commit 074919faea
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>

View File

@ -1,3 +1,4 @@
#include <sys/types.h>
#include <stdio.h>
#include <errno.h>
#ifndef NULL