Browse Source

Prevent HOST_PROMPT_SUPPORT compile error (#13943)

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

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

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

Loading…
Cancel
Save