From 5a46ac4d4396686ee07693410eeb238e6e75f8ba Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 28 Apr 2016 10:09:28 -0400 Subject: [PATCH] coco3: clean up compiler warning (include headers needed) --- Kernel/platform-coco3/devices.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-coco3/devices.c b/Kernel/platform-coco3/devices.c index d1c1963b..f0486a9a 100644 --- a/Kernel/platform-coco3/devices.c +++ b/Kernel/platform-coco3/devices.c @@ -7,6 +7,7 @@ #include #include #include +#include struct devsw dev_tab[] = /* The device driver switch table */ -- 2.34.1