From 253dde08b8179de19a76da87bb11c04fe823b8d6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 23 Feb 2011 14:27:15 +0000 Subject: =?UTF-8?q?2011-02-23=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/include/clockdrv.h, libcsupport/include/console.h, libcsupport/include/spurious.h, libcsupport/include/rtems/error.h, libcsupport/include/rtems/libcsupport.h: Add missing includes. --- cpukit/libcsupport/include/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libcsupport/include/console.h') diff --git a/cpukit/libcsupport/include/console.h b/cpukit/libcsupport/include/console.h index 006c289bc3..0a2d258887 100644 --- a/cpukit/libcsupport/include/console.h +++ b/cpukit/libcsupport/include/console.h @@ -20,6 +20,8 @@ #ifndef _RTEMS_CONSOLE_H #define _RTEMS_CONSOLE_H +#include /* rtems_device_driver */ + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3