diff options
Diffstat (limited to 'kern/panic.h')
-rw-r--r-- | kern/panic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/panic.h b/kern/panic.h index a3bfbbe2..9d1d31e0 100644 --- a/kern/panic.h +++ b/kern/panic.h @@ -18,7 +18,7 @@ #ifndef _KERN_PANIC_H #define _KERN_PANIC_H -#include <lib/macros.h> +#include <kern/macros.h> /* * Print the given message and halt the system immediately. |