X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/1d7147ff6ecef92cf10791c7286f278689dec7a0..3c17aa8d8a273fd184fc9681c0c998d35128b5b9:/csrc/pf_inner.c diff --git a/csrc/pf_inner.c b/csrc/pf_inner.c index d616c22..8ecdec7 100644 --- a/csrc/pf_inner.c +++ b/csrc/pf_inner.c @@ -26,7 +26,11 @@ ** ***************************************************************/ +#ifndef AMIGA #include +#else +typedef long off_t; +#endif #include "pf_all.h"