diff options
Diffstat (limited to 'kern/log2.h')
-rw-r--r-- | kern/log2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/log2.h b/kern/log2.h index ebcf2f38..ed12b441 100644 --- a/kern/log2.h +++ b/kern/log2.h @@ -22,8 +22,7 @@ #define _KERN_LOG2_H #include <assert.h> - -#include <kern/limits.h> +#include <limits.h> static inline unsigned int ilog2(unsigned long x) |