include - minor compile fixes (including <ansi.h> in files that use it)
workaround for kernel/debug.h that causes <ansi.h> to be included in mpx.S indirectly.
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
* other kernel headers.
|
||||
*/
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <ansi.h>
|
||||
#include <minix/debug.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* Enable prints such as
|
||||
* . send/receive failed due to deadlock or dead source or dead destination
|
||||
|
||||
Reference in New Issue
Block a user