From c5133e5920a802201824effd13f16f606b8d6971 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Jul 2006 22:06:11 +0000 Subject: Allow /contrib include files to compile on their own. --- contrib/userlock/user_locks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/userlock/user_locks.h') diff --git a/contrib/userlock/user_locks.h b/contrib/userlock/user_locks.h index e00735d693..f7cdc89a09 100644 --- a/contrib/userlock/user_locks.h +++ b/contrib/userlock/user_locks.h @@ -1,6 +1,8 @@ #ifndef USER_LOCKS_H #define USER_LOCKS_H +#include "storage/lock.h" + extern int user_lock(uint32 id1, uint32 id2, LOCKMODE lockmode); extern int user_unlock(uint32 id1, uint32 id2, LOCKMODE lockmode); extern int user_write_lock(uint32 id1, uint32 id2); -- cgit v1.2.1