diff options
author | Richard Braun <rbraun@sceen.net> | 2012-11-03 17:30:15 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-11-03 17:30:15 +0100 |
commit | 27484e07cdd0be148743cb8e4acd99e96264eca9 (patch) | |
tree | 3d32b0b274a879e5f814ff366b7d8bd6f2c973ba /kern/panic.h | |
parent | 6b04aaae27ef9cc26487da1dd2acf75f3b49e3f5 (diff) |
Merge lib into kern
There are no precise enough criteria to justify the separation of these
two directories.
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. |