Fixes so that IME modules can compile
Created originally on Bitbucket by ayshih (Albert Shih)
Was already merged in Bitbucket before import, marked as merged by the import user
The IME modules weren't compiling due to implicit declarations (which are now considered errors). The fix to ime_base.h
is a bit odd because beep()
is only used when ime_base.h
is included by source files that are not ime_base.c
.