diff options
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" |