mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 22:33:50 -05:00
Add missing fmgr.h include.
This commit is contained in:
parent
fb3b098fe8
commit
00a5c4c17b
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#include "commands/seclabel.h"
|
||||
#include "fmgr.h"
|
||||
#include "miscadmin.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue