adventuregamestudio / ags

AGS editor and engine source code
Other
672 stars 159 forks source link

fix build error with musl libc #2383

Closed rofl0r closed 1 month ago

rofl0r commented 1 month ago

u_int_32t is not a standard type, it's from legacy sys/types.h and mixed in here with stdint.h types. fix it by also using stdint.h type instead.