From d0218ab80a74106863915d04ef63baf7d555fe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Wed, 20 Mar 2013 07:09:20 +0000 Subject: [PATCH] (MESS) fixed apollo_kbd.c compilation (nw) --- src/mess/machine/apollo_kbd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mess/machine/apollo_kbd.c b/src/mess/machine/apollo_kbd.c index 8e28ebc2ede..0544966b3d5 100644 --- a/src/mess/machine/apollo_kbd.c +++ b/src/mess/machine/apollo_kbd.c @@ -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) { }