From 506bfc8580c365c48f2200772ddd0985e661ae34 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:30:15 +0200 Subject: Move printer initialization to separate header The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the include which would be visible via . --- cpukit/libmisc/shell/main_top.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc/shell/main_top.c') diff --git a/cpukit/libmisc/shell/main_top.c b/cpukit/libmisc/shell/main_top.c index aea50d80fb..1596ff04ff 100644 --- a/cpukit/libmisc/shell/main_top.c +++ b/cpukit/libmisc/shell/main_top.c @@ -18,6 +18,7 @@ #include #include +#include #include #include "internal.h" -- cgit v1.2.3