[hatari-devel] ikbd.c: missing #include <inttypes.h>

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hello,

yet again, I'm trying to compile Hatari from source myself, a
complicated task. Among other things, it failed for me, because ikbd.c
uses the "PRId64" format specifier [1] which is defined in inttypes.h,
but it doesn't include said file. If I add...

#include <inttypes.h>

.... to ikbd.c, it can be compiled.

Regards
Christian

[1] <https://git.tuxfamily.org/hatari/hatari.git/tree/src/ikbd.c#n3166>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/