mirror of https://github.com/citusdata/citus.git
s/import/include
parent
ec292cde48
commit
1be6d30588
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue