[Groonga-commit] pgroonga/pgroonga at f50adc6 [master] Include missing header files

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 13 00:16:27 JST 2015


Kouhei Sutou	2015-01-13 00:16:27 +0900 (Tue, 13 Jan 2015)

  New Revision: f50adc66114927f22961df9ff05de90c75322e43
  https://github.com/pgroonga/pgroonga/commit/f50adc66114927f22961df9ff05de90c75322e43

  Message:
    Include missing header files

  Modified files:
    pgroonga.c
    pgroonga_types.c

  Modified: pgroonga.c (+2 -0)
===================================================================
--- pgroonga.c    2015-01-13 00:14:41 +0900 (09898c6)
+++ pgroonga.c    2015-01-13 00:16:27 +0900 (059c466)
@@ -10,7 +10,9 @@
 #include <catalog/pg_tablespace.h>
 #include <mb/pg_wchar.h>
 #include <miscadmin.h>
+#include <storage/ipc.h>
 #include <storage/lmgr.h>
+#include <utils/selfuncs.h>
 
 #include <groonga.h>
 

  Modified: pgroonga_types.c (+1 -0)
===================================================================
--- pgroonga_types.c    2015-01-13 00:14:41 +0900 (045d318)
+++ pgroonga_types.c    2015-01-13 00:16:27 +0900 (f8a74f8)
@@ -6,6 +6,7 @@
 #include "pgroonga.h"
 
 #include <catalog/pg_type.h>
+#include <utils/builtins.h>
 
 #include <groonga.h>
 
-------------- next part --------------
HTML����������������������������...
下载 



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