1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-19 21:38:02 +02:00

Fix compilation under FreeBSD and Solaris

This commit is contained in:
Victor Wagner 2018-11-13 15:03:26 +03:00
parent 3ad3a6d9cb
commit a769f47217
3 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include "storage/checksum_impl.h"
#include <common/pg_lzcompress.h>
#include <unistd.h>
#include <sys/stat.h>
#ifdef HAVE_LIBZ

View File

@ -22,6 +22,7 @@
#endif
#include "utils/thread.h"
#include <unistd.h>
#include <time.h>
/*

View File

@ -16,6 +16,8 @@
#include <unistd.h>
#include <sys/stat.h>
const char *
base36enc(long unsigned int value)
{