Browse Source

Change include to <stddef.h> (#18880)

Jeff Eberl 4 years ago
parent
commit
3a00ebd758
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/tft/tft_image.cpp

+ 1
- 1
Marlin/src/lcd/tft/tft_image.cpp View File

21
  */
21
  */
22
 
22
 
23
 #include "tft_image.h"
23
 #include "tft_image.h"
24
-#include "cstddef"
24
+#include <stddef.h>
25
 
25
 
26
 const tImage NoLogo                 = { (void *)NULL, 0, 0, NOCOLORS };
26
 const tImage NoLogo                 = { (void *)NULL, 0, 0, NOCOLORS };
27
 
27
 

Loading…
Cancel
Save