diff options
Diffstat (limited to 'src/backend/storage/lmgr/lwlock.c')
| -rw-r--r-- | src/backend/storage/lmgr/lwlock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 2fe610532c..8fae67ebbb 100644 --- a/src/backend/storage/lmgr/lwlock.c +++ b/src/backend/storage/lmgr/lwlock.c @@ -29,6 +29,8 @@ #include "pg_trace.h" #include "storage/ipc.h" #include "storage/predicate.h" +#include "storage/proc.h" +#include "storage/spin.h" /* We use the ShmemLock spinlock to protect LWLockAssign */ |
