diff options
Diffstat (limited to 'kern/refcount.h')
-rw-r--r-- | kern/refcount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/refcount.h b/kern/refcount.h index 74204d6..f32feb8 100644 --- a/kern/refcount.h +++ b/kern/refcount.h @@ -27,7 +27,7 @@ #ifndef _KERN_REFCOUNT_H_ #define _KERN_REFCOUNT_H_ -#include <kern/macro_help.h> +#include <kern/macros.h> /* Unless the above include file specified otherwise, use the system-independent (unoptimized) atomic reference counter. */ |