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/mghttpd/mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/mghttpd') diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c index a89fc56885..3dd0d4baab 100644 --- a/cpukit/mghttpd/mongoose.c +++ b/cpukit/mghttpd/mongoose.c @@ -5520,7 +5520,7 @@ struct mg_context *mg_start(const struct mg_callbacks *callbacks, return ctx; } #ifdef __rtems__ -#include +#include static int mg_printer_plugin(void *context, const char *fmt, va_list ap) { return mg_vprintf(context, fmt, ap); -- cgit v1.2.3