Commit 8570114d authored by Peter Eisentraut's avatar Peter Eisentraut

Make include files work without having to include other ones first

parent 28ac7972
......@@ -14,6 +14,7 @@
#ifndef HIO_H
#define HIO_H
#include "access/heapam.h"
#include "access/htup.h"
#include "utils/relcache.h"
#include "storage/buf.h"
......
......@@ -15,6 +15,7 @@
#define JSON_H
#include "fmgr.h"
#include "lib/stringinfo.h"
extern Datum json_in(PG_FUNCTION_ARGS);
extern Datum json_out(PG_FUNCTION_ARGS);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment