diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-06-10 12:43:00 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-06-10 12:46:14 +0300 |
commit | 8570114dc1a7a655043d94a6eb1ebf295f1d3647 (patch) | |
tree | ccf76beedb7ca3046873305acec9047b34555e94 /src/include/utils/json.h | |
parent | 28ac7972873bd314d4837807396fe44571b5cb50 (diff) | |
download | postgresql-8570114dc1a7a655043d94a6eb1ebf295f1d3647.tar.gz postgresql-8570114dc1a7a655043d94a6eb1ebf295f1d3647.zip |
Make include files work without having to include other ones first
Diffstat (limited to 'src/include/utils/json.h')
-rw-r--r-- | src/include/utils/json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/json.h b/src/include/utils/json.h index fa0d4fcad74..c355e0f73ee 100644 --- a/src/include/utils/json.h +++ b/src/include/utils/json.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); |