提交 8570114d 编写于 作者: P Peter Eisentraut

Make include files work without having to include other ones first

上级 28ac7972
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#ifndef HIO_H #ifndef HIO_H
#define HIO_H #define HIO_H
#include "access/heapam.h"
#include "access/htup.h" #include "access/htup.h"
#include "utils/relcache.h" #include "utils/relcache.h"
#include "storage/buf.h" #include "storage/buf.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#define JSON_H #define JSON_H
#include "fmgr.h" #include "fmgr.h"
#include "lib/stringinfo.h"
extern Datum json_in(PG_FUNCTION_ARGS); extern Datum json_in(PG_FUNCTION_ARGS);
extern Datum json_out(PG_FUNCTION_ARGS); extern Datum json_out(PG_FUNCTION_ARGS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册