mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 23:03:25 -05:00
Add missing #include
This commit is contained in:
parent
a720c28f0a
commit
e5948e3504
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
#define SEPGSQL_H
|
||||
|
||||
#include "catalog/objectaddress.h"
|
||||
#include "fmgr.h"
|
||||
|
||||
#include <selinux/selinux.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue