From e67c988824f5ec0c965beb412f8ee5953dfd3c8c Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 17 Sep 2011 22:39:50 +0900 Subject: Added Bulegiga iWRAP support into HHKB.(Bluetooth) --- sendchar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sendchar.h') diff --git a/sendchar.h b/sendchar.h index b31665441..7c81303c7 100644 --- a/sendchar.h +++ b/sendchar.h @@ -18,8 +18,10 @@ along with this program. If not, see . #ifndef SENDCHAR_H #define SENDCHAR_H +#include + + /* transmit a character. return 0 on success, -1 on error. */ int8_t sendchar(uint8_t c); #endif - -- cgit v1.2.3-24-g4f1b