more stack for boot
[minix.git] / include / sys / types.h
blobf56544c02d362bc839fc23f7b0a206097319b0f6
1 #ifndef _INCLUDE_SYS_TYPE_H
2 #define _INCLUDE_SYS_TYPE_H
4 /*
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
8 */
10 #if !defined(_MINIX) && !defined(__minix) && !defined(__ACK__)
11 #error "Including Minix specific file in program targeted for other system"
12 #else
13 #include <minix/types.h>
14 #endif
16 #endif