mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Put back required #include
Fix for dbbca2cf29
: "storage/shmem.h" is required with
-Dspinlocks=false.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include "storage/pg_sema.h"
|
||||
#include "storage/shmem.h"
|
||||
#include "storage/spin.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user