diff options
Diffstat (limited to 'contrib/sepgsql/hooks.c')
-rw-r--r-- | contrib/sepgsql/hooks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index ebfa441b47a..992c70e8a06 100644 --- a/contrib/sepgsql/hooks.c +++ b/contrib/sepgsql/hooks.c @@ -20,12 +20,11 @@ #include "executor/executor.h" #include "fmgr.h" #include "miscadmin.h" +#include "sepgsql.h" #include "tcop/utility.h" #include "utils/guc.h" #include "utils/queryenvironment.h" -#include "sepgsql.h" - PG_MODULE_MAGIC; /* |