1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Put back required #include

Fix for dbbca2cf29: "storage/shmem.h" is required with
-Dspinlocks=false.
This commit is contained in:
Peter Eisentraut
2024-03-04 13:16:18 +01:00
parent cc09e6549f
commit 43a8875f49

View File

@ -23,6 +23,7 @@
#include "postgres.h" #include "postgres.h"
#include "storage/pg_sema.h" #include "storage/pg_sema.h"
#include "storage/shmem.h"
#include "storage/spin.h" #include "storage/spin.h"