$NetBSD: patch-al,v 1.4 2015/07/02 18:47:57 khorben Exp $ fix build on solaris 9 --- hacks/asm6502.c.orig 2015-03-02 03:59:21.000000000 +0000 +++ hacks/asm6502.c @@ -31,7 +31,12 @@ #include #include #include +#include +#if defined(HAVE_STDINT_H) +#include +#elif defined(HAVE_INTTYPES_H) #include +#endif #include #include "yarandom.h"