From 51acbb2201b7f436f8b4b91c25e3db2fbdc451ad Mon Sep 17 00:00:00 2001 From: ManuelMcLure Date: Thu, 9 May 2019 09:48:31 -0700 Subject: [PATCH] Prevent HOST_PROMPT_SUPPORT compile error (#13943) --- Marlin/src/feature/host_actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/feature/host_actions.h b/Marlin/src/feature/host_actions.h index 19f9f16ab..149c47d81 100644 --- a/Marlin/src/feature/host_actions.h +++ b/Marlin/src/feature/host_actions.h @@ -23,7 +23,7 @@ #include "../inc/MarlinConfigPre.h" -#include +#include void host_action(const char * const pstr, const bool eol=true);