From f21a563d25dbae153937aec062161184189478b8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 20 Jan 2017 20:29:53 -0500 Subject: Move some things from builtins.h to new header files This avoids that builtins.h has to include additional header files. --- contrib/postgres_fdw/option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/postgres_fdw/option.c') 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" /* -- cgit v1.2.3