Nucleus
Barry Kernel printf routines 120a213 (3 years, 2 months ago)
diff --git a/drivers/devices.c b/drivers/devices.c
index 9e0203a..7e1b709 100644
--- a/drivers/devices.c
+++ b/drivers/devices.c
@@ -5,8 +5,8 @@
#include <stdint.h>
#include <stddef.h>
+#include <nucleus/kernel.h>
#include <nucleus/pci.h>
-#include <nucleus/panic.h>
/* Structure for a Device */
struct Device {