blob: 2f539b5c866fbc07f05ff778cb25a9dde7bbeecb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/hacks/binaryring.c
+++ b/hacks/binaryring.c
@@ -23,6 +23,7 @@
* implied warranty.
*/
+#include <stdint.h> /* uint32_t */
#include "screenhack.h"
#include "colors.h"
#include "hsv.h"
|