X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/8e9db35f299d8f606ba003d3cd8fa9e2c868c880..271cd1f5a106bb0978b451457161b1df391c4c9e:/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