Skip to content

Commit 43a8875

Browse files
committed
Put back required #include
Fix for dbbca2c: "storage/shmem.h" is required with -Dspinlocks=false.
1 parent cc09e65 commit 43a8875

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

+1
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)