X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fbinaryring.c;h=f337537d75894e3d0248b3203cddf12ef1913793;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hp=24320739d17bd6b778162d5a8c533bf9512e1eba;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/hacks/binaryring.c b/hacks/binaryring.c index 24320739..f337537d 100644 --- a/hacks/binaryring.c +++ b/hacks/binaryring.c @@ -27,6 +27,12 @@ #include "colors.h" #include "hsv.h" +#if HAVE_INTTYPES_H +# include +#else +typedef unsigned long uint32_t; +#endif + #define ANTIALIAS 1 #define BLACK 0 #define WHITE 1