diff --git a/src/include/distributed/background_jobs.h b/src/include/distributed/background_jobs.h index 796541abf..06178fdac 100644 --- a/src/include/distributed/background_jobs.h +++ b/src/include/distributed/background_jobs.h @@ -1,9 +1,9 @@ #ifndef CITUS_BACKGROUND_JOBS_H #define CITUS_BACKGROUND_JOBS_H -#import "postgres.h" +#include "postgres.h" -#import "postmaster/bgworker.h" +#include "postmaster/bgworker.h" extern BackgroundWorkerHandle * StartCitusBackgroundJobWorker(Oid database, Oid extensionOwner);