Navigation Menu

Skip to content

Commit

Permalink
Include missing header files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 12, 2015
1 parent 77f094c commit f50adc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgroonga.c
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions pgroonga_types.c
Expand Up @@ -6,6 +6,7 @@
#include "pgroonga.h"

#include <catalog/pg_type.h>
#include <utils/builtins.h>

#include <groonga.h>

Expand Down

0 comments on commit f50adc6

Please sign in to comment.