[Groonga-commit] groonga/groonga at 83381d5 [master] Add missing include

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 6 10:46:20 JST 2013


Kouhei Sutou	2013-10-06 10:46:20 +0900 (Sun, 06 Oct 2013)

  New Revision: 83381d5dc61e4b37bac2ea10eee6f807207ec2ec
  https://github.com/groonga/groonga/commit/83381d5dc61e4b37bac2ea10eee6f807207ec2ec

  Message:
    Add missing include
    
    This fixes the followiong warning:
    
        expr.c: In function 'scan_info_build':
        expr.c:4065:5: warning: implicit declaration of function 'grn_mrb_scan_info_build' [-Wimplicit-function-declaration]
             return grn_mrb_scan_info_build(ctx, expr, n, op, size);
             ^

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -0)
===================================================================
--- lib/expr.c    2013-10-06 10:24:24 +0900 (e6ef280)
+++ lib/expr.c    2013-10-06 10:46:20 +0900 (4760b64)
@@ -26,6 +26,7 @@
 #include "util.h"
 #include "normalizer_in.h"
 #include "mrb.h"
+#include "mrb/mrb_expr.h"
 
 static inline int
 function_proc_p(grn_obj *obj)
-------------- next part --------------
HTML����������������������������...
Download 



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