OSDN Git Service

Reorder includes to unbreak MSVC
authorMagnus Hagander <magnus@hagander.net>
Sun, 23 Jan 2011 21:44:07 +0000 (22:44 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 23 Jan 2011 21:44:07 +0000 (22:44 +0100)
src/bin/pg_dump/pg_backup_directory.c

index ff16c1a..625e093 100644 (file)
  *-------------------------------------------------------------------------
  */
 
-#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
 {
        /*