diff options
Diffstat (limited to 'src/backend/storage/file/fileset.c')
-rw-r--r-- | src/backend/storage/file/fileset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/storage/file/fileset.c b/src/backend/storage/file/fileset.c index e9951b02694..84cae32548e 100644 --- a/src/backend/storage/file/fileset.c +++ b/src/backend/storage/file/fileset.c @@ -25,6 +25,7 @@ #include "catalog/pg_tablespace.h" #include "commands/tablespace.h" +#include "common/file_utils.h" #include "common/hashfn.h" #include "miscadmin.h" #include "storage/ipc.h" |