We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3a6d commit a769f47Copy full SHA for a769f47
src/data.c
@@ -14,6 +14,8 @@
14
#include "storage/checksum_impl.h"
15
#include <common/pg_lzcompress.h>
16
17
+#include <unistd.h>
18
+
19
#include <sys/stat.h>
20
21
#ifdef HAVE_LIBZ
src/parsexlog.c
@@ -22,6 +22,7 @@
22
#endif
23
24
#include "utils/thread.h"
25
26
#include <time.h>
27
28
/*
src/util.c
@@ -16,6 +16,8 @@
#include <unistd.h>
+#include <sys/stat.h>
const char *
base36enc(long unsigned int value)
{
0 commit comments