Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/include/nucleus/object.h b/include/nucleus/object.h index 70e7bc1..558d00f 100644 --- a/include/nucleus/object.h +++ b/include/nucleus/object.h @@ -1,8 +1,8 @@ #ifndef _NUCLEUS_OBJECT_H #define _NUCLEUS_OBJECT_H -#include <sys/types.h> #include <stddef.h> +#include <sys/types.h> #include <nucleus/cpu.h> #include <nucleus/types.h>