ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

Missing header include in context test #19

Closed mikix closed 12 years ago

mikix commented 12 years ago

In tests/context.c, there should be a #include "common.h" because functions like create_context are used in it.

I happened to notice this because in Ubuntu, amd64 builds are rejected if an implicit pointer conversion is noticed, since those are always bugs. See the end of build log https://launchpadlibrarian.net/107187816/buildlog_ubuntu-quantal-amd64.libskk_0.0.12-3_FAILEDTOBUILD.txt.gz

Thanks!

ueno commented 12 years ago

Thanks. Fixed in 69a57ce83218344a6d067c38e080d744c0fd6ba7