X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/49a54f16c613407ada65dee32493f4878d199aa1..cf39ac971d6cd1e16bf84c2c05adb4b699064b2f:/csrc/pf_types.h diff --git a/csrc/pf_types.h b/csrc/pf_types.h index ac4f33b..619a2c0 100644 --- a/csrc/pf_types.h +++ b/csrc/pf_types.h @@ -23,6 +23,13 @@ ** Type Declarations ***************************************************************/ +#ifndef AMIGA +#include +#endif + +/* file_offset_t is used in place of off_t */ +typedef long file_offset_t; + #ifndef Err typedef long Err; #endif