$NetBSD: patch-al,v 1.3 2012/08/01 12:22:14 drochner Exp $ fix build on solaris 9 --- hacks/asm6502.c.orig 2012-06-24 04:49:43.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"