MEGA65 / open-roms

A project to create unencumbered open-source ROMs for use on selected retro computers
Other
263 stars 18 forks source link

Fix build of tools with GCC 13 #74

Closed reinerh closed 1 year ago

reinerh commented 1 year ago

With GCC 13 the build fails because it does not know the integer types (uint8_t, uint16_t, ...). Make them known by including cstdint.

See also: https://bugs.debian.org/1042164

(ping @FeralChild64)

FeralChild64 commented 1 year ago

@reinerh I didn't even knew it went into Debian :) Anyway, thanks for the fix!