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 . --- testsuites/samples/hello/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/samples/hello/init.c') diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index ea9af89940..acdabd8605 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -11,6 +11,7 @@ #include "config.h" #endif +#include #include #include /* for device driver prototypes */ -- cgit v1.2.3