]> granicus.if.org Git - postgresql/commitdiff
Add missing fmgr.h include.
authorAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 22:19:50 +0000 (15:19 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 22:19:50 +0000 (15:19 -0700)
src/test/modules/dummy_seclabel/dummy_seclabel.c

index 746227a91202d3b40ddbcdbca9af5a5ee6d0e165..15d3cc0da8f7604322c943c3062716514749848d 100644 (file)
@@ -13,6 +13,7 @@
 #include "postgres.h"
 
 #include "commands/seclabel.h"
+#include "fmgr.h"
 #include "miscadmin.h"
 #include "utils/rel.h"