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 ) {