Browse Source

Fix HOST_PROMPT_SUPPORT compile issue (#13847)

ManuelMcLure 6 years ago
parent
commit
09f1b58146
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/feature/host_actions.h

+ 3
- 1
Marlin/src/feature/host_actions.h View File

21
  */
21
  */
22
 #pragma once
22
 #pragma once
23
 
23
 
24
-#include "../inc/MarlinConfig.h"
24
+#include "../inc/MarlinConfigPre.h"
25
+
26
+#include <stdint.h>
25
 
27
 
26
 void host_action(const char * const pstr, const bool eol=true);
28
 void host_action(const char * const pstr, const bool eol=true);
27
 
29
 

Loading…
Cancel
Save