Adding Atari TOS support
[pforth] / csrc / pf_types.h
index 619a2c0..6e0ea75 100644 (file)
@@ -23,7 +23,7 @@
 ** Type Declarations
 ***************************************************************/
 
 ** Type Declarations
 ***************************************************************/
 
-#ifndef AMIGA
+#if !defined(AMIGA) && !defined(ATARI)
 #include <sys/types.h>
 #endif
 
 #include <sys/types.h>
 #endif