summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd/mongoose.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/mghttpd/mongoose.c')
-rw-r--r--cpukit/mghttpd/mongoose.c2
1 files changed, 1 insertions, 1 deletions
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 <rtems/print.h>
+#include <rtems/printer.h>
static int mg_printer_plugin(void *context, const char *fmt, va_list ap) {
return mg_vprintf(context, fmt, ap);