added include for debugging macros

svn path=/trunk/; revision=67
This commit is contained in:
Rex Jolliff 1998-10-12 20:54:51 +00:00
parent 135e1512ef
commit 0805f2913e

View file

@ -14,6 +14,9 @@
#include <internal/ke.h>
#include <internal/hal.h>
#define NDEBUG
#include <internal/debug.h>
/* FUNCTIONS ***************************************************************/
VOID HalInit(boot_param* bp)