X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fm6502.c;h=47822abebfc6ae5c76fe221d1e46627395fa2a25;hp=4f90a6a10acf8b1f396556c372c6e3e4cd2ac005;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c diff --git a/hacks/m6502.c b/hacks/m6502.c index 4f90a6a1..47822abe 100644 --- a/hacks/m6502.c +++ b/hacks/m6502.c @@ -12,7 +12,14 @@ * Created: 07-May-2007 */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif +#if defined(HAVE_STDINT_H) +#include +#elif defined(HAVE_INTTYPES_H) #include +#endif #include #include "screenhack.h" #include "analogtv.h"