X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Ffileio.h;h=f3c5300079183b3d23944fc4345b2aa2ee5cc6e4;hb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;hp=ad7ad7a4340ac98b9adc4d3c0c175b48912cc70e;hpb=eeff5dd006459c6c56f025f13852fdafb2961339;p=ircu2.10.12-pk.git diff --git a/include/fileio.h b/include/fileio.h index ad7ad7a..f3c5300 100644 --- a/include/fileio.h +++ b/include/fileio.h @@ -1,14 +1,17 @@ +/* + * fileio.h + * + * $Id$ + */ #ifndef INCLUDED_fileio_h #define INCLUDED_fileio_h #ifndef INCLUDED_sys_types_h -#include /* size_t */ +#include /* size_t */ #define INCLUDED_sys_types_h #endif -#ifndef INCLUDED_sys_stat_h -#include /* struct stat */ -#define INCLUDED_sys_stat_h -#endif + +struct stat; /* * FileBuf is a mirror of the ANSI FILE struct, but it works for any