From 45326c5a11530cff5db99c6d4b393439cc901f26 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 28 Aug 2012 18:02:07 -0400 Subject: Split resowner.h This lets files that are mere users of ResourceOwner not automatically include the headers for stuff that is managed by the resowner mechanism. --- src/backend/commands/dbcommands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/commands/dbcommands.c') diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index c9b80ad8232..21925731738 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -45,6 +45,7 @@ #include "pgstat.h" #include "postmaster/bgwriter.h" #include "storage/copydir.h" +#include "storage/fd.h" #include "storage/lmgr.h" #include "storage/ipc.h" #include "storage/procarray.h" -- cgit v1.2.3