Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92128e9 commit f3341daCopy full SHA for f3341da
src/utils/file.c
@@ -1,8 +1,10 @@
1
#include <stdio.h>
2
#include <unistd.h>
3
-#include <sys/stat.h>
4
5
#include "pg_probackup.h"
+/* sys/stat.h must be included after pg_probackup.h (see problems with compilation for windows described in PGPRO-5750) */
6
+#include <sys/stat.h>
7
+
8
#include "file.h"
9
#include "storage/checksum.h"
10
0 commit comments