diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-01-20 20:29:53 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-01-20 20:29:53 -0500 |
commit | f21a563d25dbae153937aec062161184189478b8 (patch) | |
tree | ab2d926b86e912036c542bce4da14db2661338ff /contrib/postgres_fdw/option.c | |
parent | c6a389792e08980e395055ac219303cf4357ba33 (diff) | |
download | postgresql-f21a563d25dbae153937aec062161184189478b8.tar.gz postgresql-f21a563d25dbae153937aec062161184189478b8.zip |
Move some things from builtins.h to new header files
This avoids that builtins.h has to include additional header files.
Diffstat (limited to 'contrib/postgres_fdw/option.c')
-rw-r--r-- | contrib/postgres_fdw/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/postgres_fdw/option.c b/contrib/postgres_fdw/option.c index 552b33340f0..e24db569ea8 100644 --- a/contrib/postgres_fdw/option.c +++ b/contrib/postgres_fdw/option.c @@ -21,6 +21,7 @@ #include "commands/defrem.h" #include "commands/extension.h" #include "utils/builtins.h" +#include "utils/varlena.h" /* |