1 2 3 4 5 6 7 8 9 10
--- a/console.c +++ b/console.c @@ -3,6 +3,7 @@ #include <stdio.h> #include <errno.h> #include <string.h> +#include <sys/select.h> #include "console.h" #include "util.h"