Skip to content

Commit

Permalink
Fix HOST_PROMPT_SUPPORT compile issue (MarlinFirmware#13847)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMcLure authored and ozgunawesome committed May 29, 2019
1 parent 01f2cc6 commit 5a7746c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/feature/host_actions.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
*/
#pragma once

#include "../inc/MarlinConfig.h"
#include "../inc/MarlinConfigPre.h"

#include <stdint.h>

void host_action(const char * const pstr, const bool eol=true);

Expand Down

0 comments on commit 5a7746c

Please sign in to comment.