From http://www.jwz.org/xscreensaver/xscreensaver-5.33.tar.gz
[xscreensaver] / hacks / binaryring.c
index 24320739d17bd6b778162d5a8c533bf9512e1eba..f337537d75894e3d0248b3203cddf12ef1913793 100644 (file)
 #include "colors.h"
 #include "hsv.h"
 
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#else
+typedef unsigned long uint32_t;
+#endif
+
 #define ANTIALIAS   1
 #define BLACK       0
 #define WHITE       1