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