Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/include/nucleus/memory.h b/include/nucleus/memory.h index 595d152..c91e40c 100644 --- a/include/nucleus/memory.h +++ b/include/nucleus/memory.h @@ -1,8 +1,8 @@ #ifndef _NUCLEUS_MEMORY_H #define _NUCLEUS_MEMORY_H -#include <stdint.h> #include <stddef.h> +#include <stdint.h> #include <sys/mman.h> #include <nucleus/object.h> #include <nucleus/types.h>