Przeglądaj źródła

Prevent HOST_PROMPT_SUPPORT compile error (#13943)

ManuelMcLure 6 lat temu
rodzic
commit
51acbb2201
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/feature/host_actions.h

+ 1
- 1
Marlin/src/feature/host_actions.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz