Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08ac3fa

Browse files
peterepull[bot]
authored andcommitted
Put back required #include
Fix for dbbca2c: "storage/shmem.h" is required with -Dspinlocks=false.
1 parent 28a02e1 commit 08ac3fa

File tree

1 file changed

+1
-0
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-0
lines changed

src/backend/storage/lmgr/spin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "postgres.h"
2424

2525
#include "storage/pg_sema.h"
26+
#include "storage/shmem.h"
2627
#include "storage/spin.h"
2728

2829

0 commit comments

Comments
 (0)