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