ruby-termios
ruby-termios copied to clipboard
gem install fails with JRuby-1.7.3
termios.c: In function ‘termios_tcgetattr’: termios.c:206:51: error: ‘errno’ undeclared (first use in this function)
make passed after I added #include <errno.h> manually into termios.c.