tttm

git clone https://orangeshoelaces.net/git/tttm.git

e65b83b617c06e93e0ff231825070423d44bfa9d

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

Stats

pshades.c | 1 +
1 file changed, 1 insertion(+)

Patch

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>