diff options
Diffstat (limited to 'src/bin/pg_rewind/fetch.c')
-rw-r--r-- | src/bin/pg_rewind/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/fetch.c b/src/bin/pg_rewind/fetch.c index 03a5fd675f1..294c72c17ca 100644 --- a/src/bin/pg_rewind/fetch.c +++ b/src/bin/pg_rewind/fetch.c @@ -19,10 +19,10 @@ #include <sys/stat.h> #include <unistd.h> -#include "pg_rewind.h" #include "fetch.h" #include "file_ops.h" #include "filemap.h" +#include "pg_rewind.h" void fetchSourceFileList(void) |