mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-04 13:41:11 -09:00
Fix the following build failure without wchar or locale raised since bump to version 4.99.3 in commit1edafc4b48and898fe0ecee: In file included from common.h:42, from misc.c:31: ../machine.h:415:26: fatal error: wctype.h: No such file or directory 415 | # define WIDECHARINCL <wctype.h> | ^ Fixes: - http://autobuild.buildroot.org/results/aa98b10e8eff5cc4fd03b4a64224cdfb6a0324a5 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>