Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/drivers/devices.c b/drivers/devices.c index 7e1b709..b33f79d 100644 --- a/drivers/devices.c +++ b/drivers/devices.c @@ -3,8 +3,8 @@ * database and controls device initialisation. */ -#include <stdint.h> #include <stddef.h> +#include <stdint.h> #include <nucleus/kernel.h> #include <nucleus/pci.h>