diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.h')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/pg_basebackup/streamutil.h b/src/bin/pg_basebackup/streamutil.h index a756eee262c..1edfc944458 100644 --- a/src/bin/pg_basebackup/streamutil.h +++ b/src/bin/pg_basebackup/streamutil.h @@ -12,10 +12,9 @@ #ifndef STREAMUTIL_H #define STREAMUTIL_H -#include "libpq-fe.h" - #include "access/xlogdefs.h" #include "datatype/timestamp.h" +#include "libpq-fe.h" extern const char *progname; extern char *connection_string; |