diff --git a/kern/libkern/stdint.h b/kern/libkern/stdint.h index 37c912f..69e74d4 100644 --- a/kern/libkern/stdint.h +++ b/kern/libkern/stdint.h @@ -13,4 +13,4 @@ typedef uint64_t size_t; typedef uint64_t uintptr_t; -// typedef u8 bool; +typedef u8 bool;