Adding Atari TOS support
[pforth] / csrc / pf_types.h
index ac4f33b..6e0ea75 100644 (file)
 ** Type Declarations
 ***************************************************************/
 
 ** Type Declarations
 ***************************************************************/
 
+#if !defined(AMIGA) && !defined(ATARI)
+#include <sys/types.h>
+#endif
+
+/* file_offset_t is used in place of off_t */
+typedef long file_offset_t;
+
 #ifndef Err
     typedef long Err;
 #endif
 #ifndef Err
     typedef long Err;
 #endif