summaryrefslogtreecommitdiff
path: root/media-gfx/aview/files/aview-1.3.0_rc1-clang16.patch
blob: 6ae962bbb06b67ad66fd484b8513bc10cb8f5bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://bugs.gentoo.org/871249
--- a/flip.c
+++ b/flip.c
@@ -10,4 +10,5 @@
 #include <string.h>
 #include <sys/time.h>
+#include <ctype.h>
 #include <unistd.h>
 #include <aalib.h>
@@ -59,4 +60,5 @@
 static char *graph_mem;
 
+int f_getkey(void);
 
 static void dcd_color_64( char *data ) {