From http://www.jwz.org/xscreensaver/xscreensaver-5.33.tar.gz
[xscreensaver] / hacks / binaryring.c
index 48d72e9ddbba3bc901d5ef56a7fdb35728121b8e..f337537d75894e3d0248b3203cddf12ef1913793 100644 (file)
@@ -27,8 +27,8 @@
 #include "colors.h"
 #include "hsv.h"
 
-#if HAVE_STDINT_H
-# include <stdint.h>
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
 #else
 typedef unsigned long uint32_t;
 #endif