diff --git a/sortix/include/sortix/kernel/decl.h b/sortix/include/sortix/kernel/decl.h index 810b8cac..fb693f11 100644 --- a/sortix/include/sortix/kernel/decl.h +++ b/sortix/include/sortix/kernel/decl.h @@ -26,6 +26,8 @@ #ifndef SORTIX_DECL_H #define SORTIX_DECL_H +#include + typedef uintptr_t addr_t; #define likely(x) __builtin_expect((x),1)