1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

Add missing #include.

Oversight in commit 8eef2df189.  Per buildfarm.
This commit is contained in:
Nathan Bossart
2026-01-23 11:00:06 -06:00
parent 8eef2df189
commit 4ce105d9c4

View File

@@ -34,6 +34,7 @@
#include "storage/fd.h"
#include "storage/ipc.h"
#include "storage/pg_shmem.h"
#include "storage/shmem.h"
#include "utils/guc.h"
#include "utils/guc_hooks.h"
#include "utils/pidfile.h"