X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/8e9db35f299d8f606ba003d3cd8fa9e2c868c880..5b6ff8f27da4f149319fd8becef3a546d1d8f48e:/csrc/pf_types.h diff --git a/csrc/pf_types.h b/csrc/pf_types.h index ac4f33b..6e0ea75 100644 --- a/csrc/pf_types.h +++ b/csrc/pf_types.h @@ -23,6 +23,13 @@ ** Type Declarations ***************************************************************/ +#if !defined(AMIGA) && !defined(ATARI) +#include +#endif + +/* file_offset_t is used in place of off_t */ +typedef long file_offset_t; + #ifndef Err typedef long Err; #endif