1*433d6423SLionel Sambuc /* sysutil.h - System library utilities. */ 2*433d6423SLionel Sambuc 3*433d6423SLionel Sambuc #include <lib.h> /* common to all libraries */ 4*433d6423SLionel Sambuc #include <minix/com.h> /* need task numbers + message types */ 5*433d6423SLionel Sambuc #include <minix/syslib.h> /* need ipc_sendrec, _taskcall, etc */ 6*433d6423SLionel Sambuc #include <minix/sysutil.h> /* prototypes in this library */ 7