From: Brett Gordon Date: Thu, 28 Apr 2016 14:09:28 +0000 (-0400) Subject: coco3: clean up compiler warning (include headers needed) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5a46ac4d4396686ee07693410eeb238e6e75f8ba;p=FUZIX.git coco3: clean up compiler warning (include headers needed) --- 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 */