Kouhei Sutou
null+****@clear*****
Sat Oct 25 19:53:15 JST 2014
Kouhei Sutou 2014-10-25 19:53:15 +0900 (Sat, 25 Oct 2014) New Revision: ebe8bbbe0ec93ee2c528b11d5b750675deed7301 https://github.com/groonga/groonga/commit/ebe8bbbe0ec93ee2c528b11d5b750675deed7301 Message: Add missing include for strcmp() Modified files: lib/ctx_impl_mrb.c Modified: lib/ctx_impl_mrb.c (+2 -0) =================================================================== --- lib/ctx_impl_mrb.c 2014-10-25 17:42:51 +0900 (21531e4) +++ lib/ctx_impl_mrb.c 2014-10-25 19:53:15 +0900 (e6541ae) @@ -16,6 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <string.h> + #include "ctx_impl_mrb.h" #include "ctx_impl.h" -------------- next part -------------- HTML����������������������������... Download