X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpf_types.h;h=619a2c0baca0dc64cf5e78b7d9c7158ef3a56719;hb=d277f40b53e43bc4f40e1cc734bb0ef57a846974;hp=ac4f33be79f9235a3e14e7c31af40406d23e85bc;hpb=49a54f16c613407ada65dee32493f4878d199aa1;p=debian%2Fpforth 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