1 #ifndef _INCLUDE_SYS_TYPE_H
2 #define _INCLUDE_SYS_TYPE_H
5 * this files resolves conflicts between the file of the host system and
6 * the minix specific one. This file is included directly only on Minix
7 * and it is an error to do so on any other system
10 #if !defined(_MINIX) && !defined(__minix) && !defined(__ACK__)
11 #error "Including Minix specific file in program targeted for other system"
13 #include <minix/types.h>