You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jamie Bainbridge 8c57cadbe7 Include stdlib in fontutils (#11251)
When `REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER` is defined and Re-ARM build is attempted, `u8g_fontutf8.cpp` includes `fontutils.h` which uses `abs()`.

However, `abs()` is defined in `stdlib.h` which is not included in `fontutils.h`, so compile fails with an error.

Include `stdlib.h` in `fontutils.h` so that `abs()` is defined before `u8g_fontutf8.cpp` needs to use it, resolving the compile error.

Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
7 years ago
..
dogm Replace double with float, optimize calculation 7 years ago
language Fix and improve POWER_LOSS_RECOVERY (#11187) 7 years ago
fontutils.cpp [2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844) 7 years ago
fontutils.h Include stdlib in fontutils (#11251) 7 years ago
lcdprint.h [2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844) 7 years ago
lcdprint_hd44780.cpp Text LCD display routine fix. Coauthored with @MagoKimbra (#10864) 7 years ago
lcdprint_u8g.cpp [2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844) 7 years ago
malyanlcd.cpp Support Malyan LCD without SD 7 years ago
thermistornames.h Add thermocouple with AD8495 support 7 years ago
u8g_fontutf8.cpp [2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844) 7 years ago
u8g_fontutf8.h Clean up some formatting 7 years ago
ultralcd.cpp Resolve issue where user can't edit UBL's mesh 7 years ago
ultralcd.h Followup to endstops tweaks 7 years ago
ultralcd_common_HD44780.h [2.0.x][HD44780] Remove unused include 7 years ago
ultralcd_impl_DOGM.h Fix RRW graphical LCD constructor macro (#11171) 7 years ago
ultralcd_impl_HD44780.h Use bit flags for homed/known 7 years ago