Kouhei Sutou
null+****@clear*****
Tue Jan 12 10:37:22 JST 2016
Kouhei Sutou 2016-01-12 10:37:22 +0900 (Tue, 12 Jan 2016) New Revision: b0d4cdf425d324f56269f0b598305cad416fb274 https://github.com/groonga/groonga/commit/b0d4cdf425d324f56269f0b598305cad416fb274 Message: Add missing include strlen() is used in GRN_TEXT_PUTS(). Modified files: include/groonga/groonga.h Modified: include/groonga/groonga.h (+1 -0) =================================================================== --- include/groonga/groonga.h 2016-01-12 10:21:23 +0900 (ee0bbbe) +++ include/groonga/groonga.h 2016-01-12 10:37:22 +0900 (6f2aa20) @@ -21,6 +21,7 @@ #include <stdarg.h> #include <sys/types.h> #include <stdint.h> +#include <string.h> #ifdef __cplusplus extern "C" { -------------- next part -------------- HTML����������������������������... Download