inc.h

Go to the documentation of this file.
00001 /* Header file including all needed system headers. */
00002 
00003 #define _SYSTEM            1    /* get OK and negative error codes */
00004 #define _MINIX             1    /* tell headers to include MINIX stuff */
00005 
00006 #include <ansi.h>
00007 #include <sys/types.h>
00008 #include <limits.h>
00009 #include <errno.h>
00010 
00011 #include <minix/callnr.h>
00012 #include <minix/config.h>
00013 #include <minix/type.h>
00014 #include <minix/const.h>
00015 #include <minix/com.h>
00016 #include <minix/syslib.h>
00017 #include <minix/sysutil.h>
00018 #include <minix/keymap.h>
00019 #include <minix/bitmap.h>
00020 
00021 #include <stdlib.h>
00022 #include <stdio.h>
00023 #include <string.h>
00024 #include <unistd.h>
00025 #include <signal.h>
00026 
00027 #include "proto.h"
00028 #include "glo.h"
00029 #include "store.h"
00030 

Generated on Fri Apr 14 22:57:29 2006 for minix by  doxygen 1.4.6