[Groonga-commit] groonga/groonga at ef0fdf8 [master] Add a missing include

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 9 21:12:51 JST 2015


Kouhei Sutou	2015-05-09 21:12:51 +0900 (Sat, 09 May 2015)

  New Revision: ef0fdf8c140d8f5101e92173367116a569d5beb1
  https://github.com/groonga/groonga/commit/ef0fdf8c140d8f5101e92173367116a569d5beb1

  Message:
    Add a missing include

  Modified files:
    lib/output.c

  Modified: lib/output.c (+2 -1)
===================================================================
--- lib/output.c    2015-05-09 21:11:40 +0900 (48ff6bc)
+++ lib/output.c    2015-05-09 21:12:51 +0900 (e1db7c8)
@@ -1,5 +1,5 @@
 /* -*- c-basic-offset: 2 -*- */
-/* Copyright(C) 2009-2014 Brazil
+/* Copyright(C) 2009-2015 Brazil
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,7 @@
 #include <string.h>
 #include "grn_str.h"
 #include "grn_db.h"
+#include "grn_expr_code.h"
 #include "grn_util.h"
 #include "grn_output.h"
 
-------------- next part --------------
HTML����������������������������...
下载 



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