X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fbinaryring.c;fp=hacks%2Fbinaryring.c;h=f337537d75894e3d0248b3203cddf12ef1913793;hp=48d72e9ddbba3bc901d5ef56a7fdb35728121b8e;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/hacks/binaryring.c b/hacks/binaryring.c index 48d72e9d..f337537d 100644 --- a/hacks/binaryring.c +++ b/hacks/binaryring.c @@ -27,8 +27,8 @@ #include "colors.h" #include "hsv.h" -#if HAVE_STDINT_H -# include +#if HAVE_INTTYPES_H +# include #else typedef unsigned long uint32_t; #endif