diff options
Diffstat (limited to 'contrib/pg_standby/pg_standby.c')
| -rw-r--r-- | contrib/pg_standby/pg_standby.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 9fae146dd6..c6beea7070 100644 --- a/contrib/pg_standby/pg_standby.c +++ b/contrib/pg_standby/pg_standby.c @@ -30,9 +30,8 @@ #include <signal.h> #include <sys/time.h> -#include "pg_getopt.h" - #include "access/xlog_internal.h" +#include "pg_getopt.h" const char *progname; |
