From: tmk Date: Wed, 24 Dec 2014 02:11:07 +0000 (+0900) Subject: [ps2,terminal_usb] Quick fix for build problem X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=commitdiff_plain;h=bb2596042428fad08509709bd9d63dbbb50e59f9;hp=a0d6bb1818b90f341b2a5daaea3652fe19cd4184 [ps2,terminal_usb] Quick fix for build problem --- diff --git a/protocol.mk b/protocol.mk index e057d1d..d9194b2 100644 --- a/protocol.mk +++ b/protocol.mk @@ -15,11 +15,13 @@ endif ifdef PS2_USE_INT SRC += protocol/ps2_interrupt.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_INT endif ifdef PS2_USE_USART SRC += protocol/ps2_usart.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_USART endif diff --git a/protocol/ps2_io_avr.c b/protocol/ps2_io_avr.c index be13d66..ed46234 100644 --- a/protocol/ps2_io_avr.c +++ b/protocol/ps2_io_avr.c @@ -1,4 +1,5 @@ #include +#include #include /* Check port settings for clock and data line */