Reorder includes to unbreak MSVC

pull/1/head
Magnus Hagander 15 years ago
parent 7f508f1c6b
commit 39e911e28a
  1. 6
      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 "pg_backup_archiver.h"
#include "compress_io.h" #include "compress_io.h"
#include <dirent.h>
#include <sys/stat.h>
typedef struct typedef struct
{ {
/* /*

Loading…
Cancel
Save