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/stackchk/check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc/stackchk') diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index 39650f50e7..a4b606a0e3 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -40,6 +40,7 @@ #include #include +#include #include #include #include "internal.h" -- cgit v1.2.3