(MESS) fixed apollo_kbd.c compilation (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-20 07:09:20 +00:00
parent fad3b74c73
commit d0218ab80a

View File

@ -447,8 +447,10 @@ TIMER_CALLBACK( apollo_kbd_device::tx_fifo::static_timer_callback )
apollo_kbd_device::keyboard_tty::keyboard_tty() :
m_device(NULL),
#if defined(KBD_TTY_NAME)
m_tty_name(NULL),
m_tty_fd(-1),
#endif
m_connected(0)
{
}