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