git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 07/04/2016
Committer: Vasily Kolobkov on 07/04/2016
Fix reference to uint32_t in shades, hats off to EXL
pshades.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/pshades.c b/pshades.c
index 0409f3c..97b66ca 100644
--- a/pshades.c
+++ b/pshades.c
@@ -2,6 +2,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdio.h>
#include <unistd.h>