Kouhei Sutou
null+****@clear*****
Thu Nov 19 11:15:24 JST 2015
Kouhei Sutou 2015-11-19 11:15:24 +0900 (Thu, 19 Nov 2015) New Revision: 91ba8bb5406f0cd2a6ed1e4e9bcc8f46e50134b5 https://github.com/groonga/groonga/commit/91ba8bb5406f0cd2a6ed1e4e9bcc8f46e50134b5 Message: Add missing include Modified files: lib/ts.c lib/ts/ts_buf.c Modified: lib/ts.c (+2 -0) =================================================================== --- lib/ts.c 2015-11-18 18:29:24 +0900 (f031fda) +++ lib/ts.c 2015-11-19 11:15:24 +0900 (63d7d3d) @@ -30,6 +30,8 @@ #include "ts/ts_types.h" #include "ts/ts_util.h" +#include <string.h> + /*------------------------------------------------------------- * Miscellaneous. */ Modified: lib/ts/ts_buf.c (+2 -0) =================================================================== --- lib/ts/ts_buf.c 2015-11-18 18:29:24 +0900 (71deac7) +++ lib/ts/ts_buf.c 2015-11-19 11:15:24 +0900 (840ee98) @@ -22,6 +22,8 @@ #include "ts_log.h" +#include <string.h> + void grn_ts_buf_init(grn_ctx *ctx, grn_ts_buf *buf) { -------------- next part -------------- HTML����������������������������...다운로드