Merge pull request #5616 from citusdata/add_missing_library_to_dependencies

Add missing library to dependencies.c
pull/5620/head
Halil Ozan Akgül 2022-01-12 10:38:05 +03:00 committed by GitHub
commit deac77e053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "distributed/remote_commands.h"
#include "distributed/worker_manager.h"
#include "distributed/worker_transaction.h"
#include "miscadmin.h"
#include "storage/lmgr.h"
#include "utils/lsyscache.h"