aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2011-01-23 22:44:07 +0100
committerMagnus Hagander <magnus@hagander.net>2011-01-23 22:44:07 +0100
commit39e911e28a7a998d9439c0f5886c97fbbfc72a75 (patch)
tree0ca05b8d4c2eb1daf5ecc157ea684ce439ef63ef /src
parent7f508f1c6b515df66d27f860b2faa7b5761fa55d (diff)
downloadpostgresql-39e911e28a7a998d9439c0f5886c97fbbfc72a75.tar.gz
postgresql-39e911e28a7a998d9439c0f5886c97fbbfc72a75.zip
Reorder includes to unbreak MSVC
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_backup_directory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_backup_directory.c b/src/bin/pg_dump/pg_backup_directory.c
index ff16c1a74a9..625e0930662 100644
--- a/src/bin/pg_dump/pg_backup_directory.c
+++ b/src/bin/pg_dump/pg_backup_directory.c
@@ -33,12 +33,12 @@
*-------------------------------------------------------------------------
*/
-#include <dirent.h>
-#include <sys/stat.h>
-
#include "pg_backup_archiver.h"
#include "compress_io.h"
+#include <dirent.h>
+#include <sys/stat.h>
+
typedef struct
{
/*