aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgcrypto.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-10 22:06:11 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-10 22:06:11 +0000
commitc5133e5920a802201824effd13f16f606b8d6971 (patch)
tree29ddcb573460f83cd2705bdfdf7023cbdc4c631d /contrib/pgcrypto/pgcrypto.h
parentf0cd7647234b028d25cfd53c9376320e0ef9799b (diff)
downloadpostgresql-c5133e5920a802201824effd13f16f606b8d6971.tar.gz
postgresql-c5133e5920a802201824effd13f16f606b8d6971.zip
Allow /contrib include files to compile on their own.
Diffstat (limited to 'contrib/pgcrypto/pgcrypto.h')
-rw-r--r--contrib/pgcrypto/pgcrypto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgcrypto.h b/contrib/pgcrypto/pgcrypto.h
index 34bf65320ab..6db7efc407a 100644
--- a/contrib/pgcrypto/pgcrypto.h
+++ b/contrib/pgcrypto/pgcrypto.h
@@ -26,12 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.8 2003/11/29 22:39:28 pgsql Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.9 2006/07/10 22:06:11 momjian Exp $
*/
#ifndef _PG_CRYPTO_H
#define _PG_CRYPTO_H
+#include "fmgr.h"
+
/* exported functions */
Datum pg_digest(PG_FUNCTION_ARGS);
Datum pg_digest_exists(PG_FUNCTION_ARGS);