From e5948e3504c72fb2b8b32af26bfbb016e7c71bf6 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Sat, 26 Mar 2011 00:09:17 -0300
Subject: [PATCH] Add missing #include

---
 contrib/sepgsql/sepgsql.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/sepgsql/sepgsql.h b/contrib/sepgsql/sepgsql.h
index 1a27818fbe8..ba7b2d15975 100644
--- a/contrib/sepgsql/sepgsql.h
+++ b/contrib/sepgsql/sepgsql.h
@@ -12,6 +12,8 @@
 #define SEPGSQL_H
 
 #include "catalog/objectaddress.h"
+#include "fmgr.h"
+
 #include <selinux/selinux.h>
 
 /*
-- 
GitLab