diff options
Diffstat (limited to 'kern/assert.h')
-rw-r--r-- | kern/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/assert.h b/kern/assert.h index bd2a8beb..7b66d1b1 100644 --- a/kern/assert.h +++ b/kern/assert.h @@ -29,7 +29,7 @@ /* assert.h 4.2 85/01/21 */ -#include <kern/macro_help.h> +#include <kern/macros.h> #ifndef NDEBUG #define MACH_ASSERT 1 |