Add missing #include.

Got a warning on macos without this
This commit is contained in:
Heikki Linnakangas
2025-06-18 17:26:20 +03:00
parent e8af3a2811
commit 1847f4de54

View File

@@ -13,6 +13,8 @@
*/
#include "postgres.h"
#include <unistd.h>
#include "access/xlog.h"
#include "access/xlogdefs.h"
#if PG_VERSION_NUM >= 150000