1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add missing fmgr.h include.

This commit is contained in:
Andres Freund
2019-08-16 15:19:50 -07:00
parent fb3b098fe8
commit 00a5c4c17b

View File

@ -13,6 +13,7 @@
#include "postgres.h"
#include "commands/seclabel.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/rel.h"