[Groonga-commit] groonga/groonga at 8402dc8 [master] Add missing includes

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 31 11:28:19 JST 2015


Kouhei Sutou	2015-08-31 11:28:19 +0900 (Mon, 31 Aug 2015)

  New Revision: 8402dc8252e8d28dd90b8c47e6836fed3e1dfb66
  https://github.com/groonga/groonga/commit/8402dc8252e8d28dd90b8c47e6836fed3e1dfb66

  Message:
    Add missing includes

  Modified files:
    lib/mrb/mrb_bulk.c
    lib/mrb/mrb_converter.c
    lib/mrb/mrb_index_column.c
    lib/mrb/mrb_table.c

  Modified: lib/mrb/mrb_bulk.c (+1 -0)
===================================================================
--- lib/mrb/mrb_bulk.c    2015-08-30 23:56:02 +0900 (652236f)
+++ lib/mrb/mrb_bulk.c    2015-08-31 11:28:19 +0900 (5d3550d)
@@ -17,6 +17,7 @@
 */
 
 #include "../grn_ctx_impl.h"
+#include <string.h>
 
 #ifdef GRN_WITH_MRUBY
 #include <mruby.h>

  Modified: lib/mrb/mrb_converter.c (+1 -0)
===================================================================
--- lib/mrb/mrb_converter.c    2015-08-30 23:56:02 +0900 (1852223)
+++ lib/mrb/mrb_converter.c    2015-08-31 11:28:19 +0900 (eb37004)
@@ -18,6 +18,7 @@
 
 #include "../grn_ctx_impl.h"
 #include "../grn_db.h"
+#include <string.h>
 
 #ifdef GRN_WITH_MRUBY
 #include <mruby.h>

  Modified: lib/mrb/mrb_index_column.c (+1 -0)
===================================================================
--- lib/mrb/mrb_index_column.c    2015-08-30 23:56:02 +0900 (2af198c)
+++ lib/mrb/mrb_index_column.c    2015-08-31 11:28:19 +0900 (59653eb)
@@ -18,6 +18,7 @@
 
 #include "../grn_ctx_impl.h"
 #include "../grn_ii.h"
+#include <string.h>
 
 #ifdef GRN_WITH_MRUBY
 #include <mruby.h>

  Modified: lib/mrb/mrb_table.c (+1 -0)
===================================================================
--- lib/mrb/mrb_table.c    2015-08-30 23:56:02 +0900 (6dbe0ec)
+++ lib/mrb/mrb_table.c    2015-08-31 11:28:19 +0900 (ad1c21b)
@@ -17,6 +17,7 @@
 */
 
 #include "../grn_ctx_impl.h"
+#include <string.h>
 
 #ifdef GRN_WITH_MRUBY
 #include <mruby.h>
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index