diff --git a/fallback.h b/fallback.h index c87145a18..d904192d7 100644 --- a/fallback.h +++ b/fallback.h @@ -43,6 +43,10 @@ typedef int tputs_arg_t; typedef char tputs_arg_t; #endif +#ifndef SIGIO +#define SIGIO SIGUSR1 +#endif + #ifndef HAVE_WINSIZE struct winsize {