4 /* Header file including all needed system headers. */
6 #define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
7 #define _MINIX 1 /* tell headers to include MINIX stuff */
8 #define _SYSTEM 1 /* get OK and negative error codes */
10 #include <sys/types.h>
11 #include <sys/param.h>
16 #include <minix/callnr.h>
17 #include <minix/config.h>
18 #include <minix/type.h>
19 #include <minix/const.h>
20 #include <minix/com.h>
22 #include <minix/syslib.h>
23 #include <minix/sysinfo.h>
24 #include <minix/sysutil.h>
25 #include <minix/keymap.h>
26 #include <minix/bitmap.h>