diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-08-26 16:52:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-08-26 18:15:14 -0400 |
commit | f261deb4b41e73f612705c0f852fdb132d74bf4e (patch) | |
tree | 4397cf2512f2a835336f46bc735455201340beea /src/backend/storage/lmgr/lock.c | |
parent | 987214b4d5118a6adf51945d6e266bb464cdd3ec (diff) | |
download | postgresql-f261deb4b41e73f612705c0f852fdb132d74bf4e.tar.gz postgresql-f261deb4b41e73f612705c0f852fdb132d74bf4e.zip |
Add missing includes after pgrminclude run.
Diffstat (limited to 'src/backend/storage/lmgr/lock.c')
-rw-r--r-- | src/backend/storage/lmgr/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c index 1787cbccb79..3264a659859 100644 --- a/src/backend/storage/lmgr/lock.c +++ b/src/backend/storage/lmgr/lock.c @@ -39,6 +39,7 @@ #include "pg_trace.h" #include "pgstat.h" #include "storage/sinvaladt.h" +#include "storage/spin.h" #include "storage/standby.h" #include "utils/memutils.h" #include "utils/ps_status.h" |