SDL-Hercules-390 / hyperion

The SDL Hercules 4.x Hyperion version of the System/370, ESA/390, and z/Architecture Emulator
Other
237 stars 89 forks source link

Add missing includes to configure script #658

Closed matoro closed 1 month ago

matoro commented 3 months ago

This is needed for gcc 14 and clang 16 as they both make implicit function definitions a hard error. In a configure script, this means these tests will switch from passing to failing, which likely means features will get unintentionally flipped as configure now thinks you don't have support.

See: https://wiki.gentoo.org/wiki/Modern_C_porting See: https://bugs.gentoo.org/931607

Fish-Git commented 1 month ago

Merged.