X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/faa0b8c8d718d9636fa452f349d4c4fa86189f54..4d9c915d183f67c0c066996816524e863343c1d6:/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