Member HotKeyImpl::Parse in 'src/liblo/setting/hot_key_impl.hxx' currently uses strncmp, while it needs to use strincmp which is not a part of standard C++. Therefore, we need to implement this function in source code of the library 'libtools'.
HotKeyImpl::Parse
strncmp
strincmp