mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
Add missing #include.
Got a warning on macos without this
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "access/xlogdefs.h"
|
||||
#if PG_VERSION_NUM >= 150000
|
||||
|
||||
Reference in New Issue
Block a user