mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
bdf1506e96
Fix the following build failure with gcc >= 13: In file included from ./Common/log.h:45, from LinuxPBA/LinuxPBA.cpp:25: ./Common/DtaOptions.h:33:5: error: 'uint8_t' does not name a type 33 | uint8_t password; /**< password supplied */ | ^~~~~~~ ./Common/DtaOptions.h:1:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? Fixes: - http://autobuild.buildroot.org/results/b6feb4fb33d595414b61174deb9867e8c30cd186 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
0001-Common-log.h-time-2-needs-time.h.patch | ||
0002-include-missing-cstdint.patch | ||
Config.in | ||
sedutil.hash | ||
sedutil.mk |